mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Its omission is crashing the npm package, and it does need to be there for the server to work correctly.
63 lines
659 B
Plaintext
63 lines
659 B
Plaintext
/test
|
|
|
|
/config/*
|
|
!/config/formats.ts
|
|
!/config/config-example.js
|
|
/logs/*
|
|
/test/modlogs
|
|
/node_modules
|
|
/eslint-cache
|
|
/server/chat-plugins/private
|
|
/server/chat-plugins/private.js
|
|
/server/chat-plugins/*-private.js
|
|
npm-debug.log
|
|
.eslintcache
|
|
.eslintcache-no-types
|
|
package-lock.json
|
|
/tools/set-import/sets
|
|
databases/*.db*
|
|
|
|
# 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
|