mirror of
https://github.com/simtactics/servo.git
synced 2025-03-15 08:21:22 +00:00
123 lines
2 KiB
Text
123 lines
2 KiB
Text
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,microsoftoffice,libreoffice,jupyternotebooks,backup,archives
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,microsoftoffice,libreoffice,jupyternotebooks,backup,archives
|
|
|
|
### Archives ###
|
|
# It's better to unpack these files and commit the raw source because
|
|
# git has its own built in compression methods.
|
|
*.7z
|
|
*.jar
|
|
*.rar
|
|
*.zip
|
|
*.gz
|
|
*.gzip
|
|
*.tgz
|
|
*.bzip
|
|
*.bzip2
|
|
*.bz2
|
|
*.xz
|
|
*.lzma
|
|
*.cab
|
|
*.xar
|
|
|
|
# Packing-only formats
|
|
*.iso
|
|
*.tar
|
|
|
|
# Package management formats
|
|
*.dmg
|
|
*.xpi
|
|
*.gem
|
|
*.egg
|
|
*.deb
|
|
*.rpm
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
*.txz
|
|
|
|
### Backup ###
|
|
*.bak
|
|
*.gho
|
|
*.ori
|
|
*.orig
|
|
*.tmp
|
|
|
|
### JupyterNotebooks ###
|
|
# gitignore template for Jupyter Notebooks
|
|
# website: http://jupyter.org/
|
|
|
|
.ipynb_checkpoints
|
|
*/.ipynb_checkpoints/*
|
|
|
|
# IPython
|
|
profile_default/
|
|
ipython_config.py
|
|
|
|
# Remove previous ipynb_checkpoints
|
|
# git rm -r .ipynb_checkpoints/
|
|
|
|
### LibreOffice ###
|
|
# LibreOffice locks
|
|
.~lock.*#
|
|
|
|
### MicrosoftOffice ###
|
|
|
|
# Word temporary
|
|
~$*.doc*
|
|
|
|
# Word Auto Backup File
|
|
Backup of *.doc*
|
|
|
|
# Excel temporary
|
|
~$*.xls*
|
|
|
|
# Excel Backup File
|
|
*.xlk
|
|
|
|
# PowerPoint temporary
|
|
~$*.ppt*
|
|
|
|
# Visio autosave temporary files
|
|
*.~vsd*
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
*.code-workspace
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
.history
|
|
.ionide
|
|
|
|
### Windows ###
|
|
# Windows thumbnail cache files
|
|
Thumbs.db
|
|
Thumbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
|
|
# Dump file
|
|
*.stackdump
|
|
|
|
# Folder config file
|
|
[Dd]esktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Windows Installer files
|
|
*.msix
|
|
|
|
# Windows shortcuts
|
|
*.lnk
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,microsoftoffice,libreoffice,jupyternotebooks,backup,archives
|
|
|
|
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|
|
|