Last active
April 27, 2018 22:49
-
-
Save badah/d1d9979cf3453a3ce627 to your computer and use it in GitHub Desktop.
Git: Ignore files
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 | |
############ | |
*.pydevproject | |
.project | |
.metadata | |
*.swp | |
*~.nib | |
local.properties | |
.classpath | |
.settings/ | |
.loadpath | |
.externalToolBuilders/ | |
*.launch | |
.cproject | |
.buildpath | |
nbproject/ | |
############ | |
## OSes | |
############ | |
[Tt]humbs.db | |
[Dd]esktop.ini | |
*.DS_store | |
.DS_store? | |
############ | |
## Misc | |
############ | |
bin/ | |
tmp/ | |
*.tmp | |
*.bak | |
*.log | |
*.[Cc]ache | |
*.cpr | |
*.orig | |
*.php.in | |
.idea/ | |
temp/ | |
._* | |
.Trashes | |
.svn | |
.phpintel/ | |
*.codekit | |
*.scssc | |
node_modules/ | |
.sass-cache/ | |
*.sublime-project | |
*.sublime-workspace | |
sftp-config.json | |
bower_components/ | |
vendor/ | |
.vscode/ | |
.env | |
_sprite.scss | |
dist/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment