pokemon-showdown/.gitignore
Guangcong Luo fca06bd11e Support private.js chat plugin
By default, we now support a private.js chat plugin which will be
automatically gitignored, useful for local chat commands.
2015-08-07 09:05:49 -04:00

50 lines
402 B
Plaintext

/config/*
/logs/*
/node_modules
/gulp-cache
/chat-plugins/private.js
npm-debug.log
# boilerplate #
###############
.DS_Store
# editor temp files
*~
.idea/
tmp/**/*
*.lock
*.DS_Store
*.swp
*.out
*.pyc
*.pyo
.installed.cfg
downloads
build
dist
# egg related
develop-eggs
*.egg-info
*.egg
*.EGG
*.EGG-INFO
src/*.egg-info
eggs
fake-eggs
# django
local_settings.py
# SCM
.hg
.bzr
.svn
pip-log.txt