mvp-ticket/.gitignore

45 lines
554 B
Plaintext
Raw Normal View History

2024-05-22 17:04:05 +02:00
# See http://help.github.com/ignore-files/ for more about ignoring files.
2024-05-22 16:28:08 +02:00
2024-05-22 17:04:05 +02:00
# Compiled output
/dist
/tmp
/out-tsc
/bazel-out
2024-05-22 16:28:08 +02:00
2024-05-22 17:04:05 +02:00
# Node
/node_modules
npm-debug.log
yarn-error.log
2024-05-22 16:28:08 +02:00
# IDEs and editors
2024-05-22 17:04:05 +02:00
.idea/
2024-05-22 16:28:08 +02:00
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
2024-05-22 17:04:05 +02:00
# Visual Studio Code
2024-05-22 16:28:08 +02:00
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
2024-05-22 17:04:05 +02:00
.history/*
2024-05-22 16:28:08 +02:00
2024-05-22 17:04:05 +02:00
# Miscellaneous
/.angular/cache
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings
2024-05-22 16:28:08 +02:00
2024-05-22 17:04:05 +02:00
# System files
.DS_Store
Thumbs.db
2024-05-22 16:28:08 +02:00
2024-05-22 17:04:05 +02:00
.env