summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorYulqen <246857+yulqen@users.noreply.github.com>2024-04-17 14:57:02 +0100
committerGitHub <noreply@github.com>2024-04-17 14:57:02 +0100
commitd1b8b8a2ea5495ce236bb9b57d617fabfce12822 (patch)
treeda9e647d1fe51f20971606ad4f9d8257a5790170 /.gitignore
Initial commit
Diffstat (limited to '')
-rw-r--r--.gitignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b43bab3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+# Ignore bundler config
+/.bundle
+
+# Ignore the build directory
+/build
+
+# Ignore cache
+/.sass-cache
+/.cache
+
+# Ignore .DS_store file
+.DS_Store
+
+# Ignore node modules
+/node_modules
+
+# PaaS authentication file
+Staticfile.auth
+
+# Ignore VSCode files
+*.code-workspace \ No newline at end of file