ts-data/.gitignore

43 lines
587 B
Plaintext
Raw Normal View History

2024-08-30 13:19:32 -04:00
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
2019-09-04 23:40:01 -04:00
2024-08-30 13:19:32 -04:00
# Compiled output
2019-09-04 23:40:01 -04:00
/dist
/tmp
/out-tsc
/bazel-out
2024-08-30 13:19:32 -04:00
# Node
2019-09-04 23:40:01 -04:00
/node_modules
2024-08-30 13:19:32 -04:00
npm-debug.log
yarn-error.log
2019-09-04 23:40:01 -04:00
# IDEs and editors
2024-08-30 13:19:32 -04:00
.idea/
2019-09-04 23:40:01 -04:00
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
2024-08-30 13:19:32 -04:00
# Visual Studio Code
2019-09-04 23:40:01 -04:00
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
2024-08-30 13:19:32 -04:00
# Miscellaneous
/.angular/cache
.sass-cache/
2019-09-04 23:40:01 -04:00
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings
2024-08-30 13:19:32 -04:00
# System files
2019-09-04 23:40:01 -04:00
.DS_Store
Thumbs.db