diff options
Diffstat (limited to 'overlays/spm/frontend/.gitignore')
| -rw-r--r-- | overlays/spm/frontend/.gitignore | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/overlays/spm/frontend/.gitignore b/overlays/spm/frontend/.gitignore new file mode 100644 index 00000000..836fd25b --- /dev/null +++ b/overlays/spm/frontend/.gitignore | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | # See http://help.github.com/ignore-files/ for more about ignoring files. | ||
| 2 | |||
| 3 | # Compiled output | ||
| 4 | /dist | ||
| 5 | /tmp | ||
| 6 | /out-tsc | ||
| 7 | /bazel-out | ||
| 8 | |||
| 9 | # Node | ||
| 10 | .yarn | ||
| 11 | /node_modules | ||
| 12 | npm-debug.log | ||
| 13 | yarn-error.log | ||
| 14 | |||
| 15 | # IDEs and editors | ||
| 16 | .idea/ | ||
| 17 | .project | ||
| 18 | .classpath | ||
| 19 | .c9/ | ||
| 20 | *.launch | ||
| 21 | .settings/ | ||
| 22 | *.sublime-workspace | ||
| 23 | |||
| 24 | # Visual Studio Code | ||
| 25 | .vscode/* | ||
| 26 | !.vscode/settings.json | ||
| 27 | !.vscode/tasks.json | ||
| 28 | !.vscode/launch.json | ||
| 29 | !.vscode/extensions.json | ||
| 30 | .history/* | ||
| 31 | |||
| 32 | # Miscellaneous | ||
| 33 | /.angular/cache | ||
| 34 | .sass-cache/ | ||
| 35 | /connect.lock | ||
| 36 | /coverage | ||
| 37 | /libpeerconnection.log | ||
| 38 | testem.log | ||
| 39 | /typings | ||
| 40 | |||
| 41 | # System files | ||
| 42 | .DS_Store | ||
| 43 | Thumbs.db | ||
