mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-26 02:39:38 -05:00
52 lines
437 B
Plaintext
52 lines
437 B
Plaintext
/config/*
|
|
!/config/formats.js
|
|
/logs/*
|
|
/node_modules
|
|
/eslint-cache
|
|
/chat-plugins/private.js
|
|
npm-debug.log
|
|
.eslintcache
|
|
|
|
# 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
|
|
|