Revision 38ef6e1737e4918784dbca07804f2a69a13b07dd authored by Sam Clegg on 06 March 2021, 07:46:36 UTC, committed by GitHub on 06 March 2021, 07:46:36 UTC
1 parent 7685e4e
Raw File
.gitignore
# Config file
.emscripten
.emscripten_backup

# vim/emacs temporary/backup files
*~
*.swp

# Compiled python files
*.pyc

# Default emscripten cache
/cache

# Ignore only the root node_modules, but not any further down the path
/node_modules/

# Python coverage tool output
.coverage
.coverage.*
tools/coverage/
htmlcov/
coverage.xml

.DS_Store
back to top