Skip to content

Instantly share code, notes, and snippets.

@nockn
Created July 27, 2021 02:11
Show Gist options
  • Save nockn/86effc9815e6703a488179b5a985d0bc to your computer and use it in GitHub Desktop.
Save nockn/86effc9815e6703a488179b5a985d0bc to your computer and use it in GitHub Desktop.
My gitignore
# macOS
### https://raw.github.com/github/gitignore/07c730e1fccfe0f92b29e039ba149d20bfb332e7/Global/macOS.gitignore
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Linux
### https://raw.github.com/github/gitignore/07c730e1fccfe0f92b29e039ba149d20bfb332e7/Global/Linux.gitignore
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*
# Windows
### https://raw.github.com/github/gitignore/07c730e1fccfe0f92b29e039ba149d20bfb332e7/Global/Windows.gitignore
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
*.lnk
# Python
__pycache__
*.pyc
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Development Environment
.vscode
.git
.history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment