pokemon-showdown/.npmignore
Guangcong Luo 5b941ac658
Include config-example.js in npm package
Its omission is crashing the npm package, and it does need to be
there for the server to work correctly.
2023-04-14 03:47:01 +09:00

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