mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 12:36:41 -05:00
This cache is quite awful (welcome to the world of Node.js, I guess), but at least it works. It has few flaws, like not being able to GC unused cache files. Still, has to work for now. Changes syntax test times from 10 minutes on my very slow laptop to 0.6 seconds. (I wonder how this will work with Travis...) Later I will try to figure out why JSHint is so unbelievably slow.
49 lines
377 B
Plaintext
49 lines
377 B
Plaintext
/config/*
|
|
/logs/*
|
|
/node_modules
|
|
/gulp-cache
|
|
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
|
|
|