Last active
October 6, 2017 14:59
-
-
Save neko-fire/d2a7e226dbbe389408a4 to your computer and use it in GitHub Desktop.
standard .gitignore file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# IDES & Editors | |
# -------------------- | |
.settings/ | |
.buildpath | |
.project | |
.idea/ | |
nbproject/ | |
gitupdate | |
gitignore | |
*~ | |
atlassian-ide-plugin.xml | |
*.pydevproject | |
.project | |
.metadata | |
*.swp | |
*~.nib | |
local.properties | |
.classpath | |
.settings/ | |
.loadpath | |
.externalToolBuilders/ | |
*.launch | |
.cproject | |
.buildpath | |
nbproject/ | |
Bones.esproj/ | |
# OS specifics file | |
# -------------------- | |
[Tt]humbs.db | |
[Dd]esktop.ini | |
*.DS_store | |
.DS_store? | |
._.DS_Store | |
._* | |
.AppleDouble/ | |
.AppleDesktop/ | |
.AppleDB/ | |
Network Trash Folder | |
Temporary Items | |
.fuse_hidden* | |
1 | |
Thumb.db | |
############ | |
## dev, cache, temp | |
############ | |
bin/ | |
tmp/ | |
*.tmp | |
*.bak | |
*.log | |
*.[Cc]ache | |
*.cpr | |
*.orig | |
*.php.in | |
temp/ | |
._* | |
.Trashes | |
.svn | |
*.codekit | |
*.scssc | |
.sass-cache/ | |
node_modules/ | |
# Builds | |
#--------------------- | |
bower_components/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment