pokemon-showdown/.gitignore
2019-03-02 11:12:24 -06:00

58 lines
560 B
Plaintext

/config/*
!/config/formats.js
/logs/*
/node_modules
/eslint-cache
/server/chat-plugins/private.js
/server/chat-plugins/*-private.js
npm-debug.log
.eslintcache
package-lock.json
# Typescript build artifacts
.*-dist/
# visual studio live share
.vs
# boilerplate #
###############
.DS_Store
# editor temp files
*~
.idea/
tmp/**/*
*.lock
*.DS_Store
*.swp
*.out
*.pyc
*.pyo
.installed.cfg
downloads
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