summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSebastian Baltes <Sebastian.Baltes@uni-bayreuth.de>2025-05-13 21:54:23 +0200
committerSebastian Baltes <Sebastian.Baltes@uni-bayreuth.de>2025-05-13 21:54:23 +0200
commit1f715d85e17d2bf6c8d73df23e12252b993f74ff (patch)
tree3f430f6588e91c3e47793d7cd4f9957eb5bf4619 /.gitignore
parent21fc676c1b5a1d026e1489e9c8fabb80e652a50c (diff)
downloadse25-assignment03-1f715d85e17d2bf6c8d73df23e12252b993f74ff.tar.gz
se25-assignment03-1f715d85e17d2bf6c8d73df23e12252b993f74ff.zip
Add code or third assignmentHEADmain
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore67
1 files changed, 67 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f07f437
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,67 @@
+######################
+# OS generated files #
+######################
+*~
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+#Icon?
+ehthumbs.db
+Thumbs.db
+
+##############
+# Java/Scala #
+##############
+*.class
+
+##########################
+# Webstorm/IntelliJ IDEA #
+##########################
+.idea/
+*.iml
+
+######################
+# Visual Studio Code #
+######################
+.vscode/
+
+#########
+# Excel #
+#########
+~$*
+
+###########
+# RStudio #
+###########
+.Rhistory
+.RData
+
+#########
+# Maven #
+##########
+target/
+
+####################
+# Node.js, Angular #
+####################
+
+# Compiled output
+frontend/dist
+application/src/main/resources/static
+
+# Node
+frontend/node
+frontend/node_modules
+frontend/npm-debug.log
+
+# Angular
+frontend/.angular/cache
+
+########
+# Misc #
+########
+*.log
+*.log.*
+*.lck