Picsur/frontend/.gitignore

45 lines
558 B
Plaintext
Raw Normal View History

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