geo-smart-map/.gitignore

43 lines
587 B
Plaintext
Raw Normal View History

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