Created
September 23, 2013 15:19
-
-
Save kuronekomichael/6672048 to your computer and use it in GitHub Desktop.
とりあえずの .gitignore みたいな
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
## Node ## | |
#------------ | |
npm-debug.log | |
node_modules | |
## OSX ## | |
#------------ | |
.DS_Store | |
.AppleDouble | |
.LSOverride | |
Icon | |
._* | |
.Spotlight-V100 | |
.Trashes | |
## Sublime Text 2 ## | |
#------------ | |
*.sublime-workspace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment