aboutsummaryrefslogtreecommitdiff
path: root/sandbox/TestAppOgnjen/FrontEnd/.gitignore
diff options
context:
space:
mode:
authorDanijel Andjelkovic <adanijel99@gmail.com>2022-03-01 20:23:36 +0000
committerDanijel Andjelkovic <adanijel99@gmail.com>2022-03-01 20:23:36 +0000
commit7d3640f824f46490b47bd95f1c5a16644f712068 (patch)
treedef8f858e3ff859586c7f3cbf6bb88684fd22c02 /sandbox/TestAppOgnjen/FrontEnd/.gitignore
parent61cb1570a3410c85a4489b97c172e3a50715f36c (diff)
parent8a72f0631b812bebc38d52290e98fadb01ac3204 (diff)
Merge branch 'testAppOgnjen' into 'dev'
Test app ognjen See merge request igrannonica/neuronstellar!4
Diffstat (limited to 'sandbox/TestAppOgnjen/FrontEnd/.gitignore')
-rw-r--r--sandbox/TestAppOgnjen/FrontEnd/.gitignore42
1 files changed, 42 insertions, 0 deletions
diff --git a/sandbox/TestAppOgnjen/FrontEnd/.gitignore b/sandbox/TestAppOgnjen/FrontEnd/.gitignore
new file mode 100644
index 00000000..0711527e
--- /dev/null
+++ b/sandbox/TestAppOgnjen/FrontEnd/.gitignore
@@ -0,0 +1,42 @@
+# See http://help.github.com/ignore-files/ for more about ignoring files.
+
+# Compiled output
+/dist
+/tmp
+/out-tsc
+/bazel-out
+
+# Node
+/node_modules
+npm-debug.log
+yarn-error.log
+
+# IDEs and editors
+.idea/
+.project
+.classpath
+.c9/
+*.launch
+.settings/
+*.sublime-workspace
+
+# 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
+
+# System files
+.DS_Store
+Thumbs.db