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
|
||||
/.idea
|
||||
.idea
|
||||
.project
|
||||
.classpath
|
||||
.c9/
|
||||
.c9
|
||||
*.launch
|
||||
.settings/
|
||||
.settings
|
||||
*.sublime-workspace
|
||||
.vscode
|
||||
.history
|
||||
|
||||
# IDE - VSCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
.history/*
|
||||
# dependencies
|
||||
.angular
|
||||
node_modules
|
||||
dist
|
||||
temp
|
||||
out-tsc
|
||||
|
||||
# misc
|
||||
/.sass-cache
|
||||
|
Loading…
Reference in New Issue
Block a user