2019-09-18 21:32:48 -04:00
|
|
|
*.orig
|
|
|
|
*.pyc
|
2018-11-27 17:21:05 -05:00
|
|
|
*.swp
|
2019-09-18 21:32:48 -04:00
|
|
|
|
|
|
|
/.idea/
|
|
|
|
/.vscode/
|
2019-10-31 22:33:27 -04:00
|
|
|
gclient_config.py_entries
|
2019-09-18 21:32:48 -04:00
|
|
|
/gh-pages/
|
2018-10-31 14:11:10 -04:00
|
|
|
/target/
|
2019-10-31 22:33:27 -04:00
|
|
|
|
2019-11-13 18:52:01 -05:00
|
|
|
# Files that help ensure VSCode can work but we don't want checked into the
|
|
|
|
# repo
|
|
|
|
/node_modules
|
|
|
|
/tsconfig.json
|
|
|
|
|
2019-10-31 22:33:27 -04:00
|
|
|
# We use something stronger than lockfiles, we have all NPM modules stored in a
|
|
|
|
# git. We do not download from NPM during build.
|
|
|
|
# https://github.com/denoland/deno_third_party
|
|
|
|
yarn.lock
|
|
|
|
# yarn creates this in error.
|
|
|
|
tools/node_modules/
|
2019-12-02 04:00:55 -05:00
|
|
|
|
|
|
|
# MacOS generated files
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|