aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSam Scholten2025-10-19 21:29:03 +1000
committerSam Scholten2025-10-19 21:29:03 +1000
commit8a2440993ce6e65b8f4b5b71a0feb3b63a9c968e (patch)
tree5e0eab5c9644a99e8d2e3398c41e20a560473ed2 /.gitignore
downloadacarp-marp-theme-8a2440993ce6e65b8f4b5b71a0feb3b63a9c968e.tar.gz
acarp-marp-theme-8a2440993ce6e65b8f4b5b71a0feb3b63a9c968e.zip
init
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ef4f44d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+# Dependencies
+node_modules/
+
+# Build outputs
+*.html
+*.pdf
+*.pptx
+
+# Marp cache
+.marp/
+
+# OS files
+.DS_Store
+Thumbs.db
+
+# Editor files
+.vscode/
+.idea/
+*.swp
+*~
+
+# Environment
+.env