diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-26 13:58:07 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-26 13:58:07 +0200 |
commit | fc6cf6169868e60c189e4b243330c3717ff159f3 (patch) | |
tree | 3f6dea9c1420e23756257b5abea27ec9ed92d58a /overlays/spm/frontend/.gitignore | |
parent | 84f2affd66a0ff3947b91a30308cb8e6a8ff7594 (diff) | |
download | nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar.gz nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar.bz2 nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar.xz nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.zip |
...
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 | ||