updated ignore
This commit is contained in:
parent
33540f3061
commit
02bc54ff8a
38
.gitignore
vendored
38
.gitignore
vendored
@ -1,36 +1,20 @@
|
|||||||
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
||||||
|
|
||||||
# compiled output
|
|
||||||
/dist
|
|
||||||
/tmp
|
|
||||||
/out-tsc
|
|
||||||
# Only exists if Bazel was run
|
|
||||||
/bazel-out
|
|
||||||
.angular
|
|
||||||
|
|
||||||
# dependencies
|
|
||||||
/node_modules
|
|
||||||
|
|
||||||
# profiling files
|
|
||||||
chrome-profiler-events*.json
|
|
||||||
speed-measure-plugin*.json
|
|
||||||
|
|
||||||
# IDEs and editors
|
# IDEs and editors
|
||||||
/.idea
|
.idea
|
||||||
.project
|
.project
|
||||||
.classpath
|
.classpath
|
||||||
.c9/
|
.c9
|
||||||
*.launch
|
*.launch
|
||||||
.settings/
|
.settings
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
.vscode
|
||||||
|
.history
|
||||||
|
|
||||||
# IDE - VSCode
|
# dependencies
|
||||||
.vscode/*
|
.angular
|
||||||
!.vscode/settings.json
|
node_modules
|
||||||
!.vscode/tasks.json
|
dist
|
||||||
!.vscode/launch.json
|
temp
|
||||||
!.vscode/extensions.json
|
out-tsc
|
||||||
.history/*
|
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
/.sass-cache
|
/.sass-cache
|
||||||
|
Loading…
Reference in New Issue
Block a user