codecombat/.gitignore

102 lines
989 B
Text
Raw Normal View History

2014-04-28 17:05:09 -04:00
### If you add something here, copy it to the end of .npmignore, too. ###
# Python
*.pyc
*.pyo
# OS X
.DS_Store
Icon?
._*
.Spotlight-V100
.Trashes
# Windows
Thumbs.db
# Emacs
*.*~
*.#
.#*
*#
# Vim
.*.sw[a-z]
*.un~i
# Sublime
*.sublime-project
*.sublime-workspace
# IntelliJ/WebStorm
*.iml
2014-04-28 17:05:09 -04:00
# NPM packages folder.
node_modules/
bower_components/
2015-03-26 16:36:38 -04:00
# Vagrant
.vagrant/
2014-04-28 17:05:09 -04:00
# Some other random stuff
always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.vi
*.sass-cache
2014-06-24 22:08:27 -04:00
.zedstate
2014-04-28 17:05:09 -04:00
# OS or Editor folders
.cache
.project
.settings
.tmproj
.idea
nbproject
# Brunch folder for temporary files.
tmp/
# Brunch output
public/
# Redis?
dump.rdb
# Mongo
mongo/
# Karma coverage
coverage/
# Floo
.floo
FLOOBITS_README.md
# mongodb
db/
bin/node/
bin/mongo/
# windows
/SCOCODE.bat
cocodb/
2014-04-28 17:05:09 -04:00
# local settings
login.coffee
# debugging
*.heapsnapshot
npm-debug.log*
temp/
Dockerfile
### If you add something here, copy it to the end of .npmignore, too. ###
2015-09-10 19:58:33 -04:00
# Visual Studio Code
.vscode/