summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-04-16 09:39:32 +0200
committerFabrice <fabrice@schaub-dev.xyz>2026-04-16 09:39:32 +0200
commit2e348c8925ecbd627404a387100b9ad300041ad5 (patch)
treed84df5b93c0e0dd5379a217d3c9eccecc6e480ee /.gitignore
init
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5b5d20b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,34 @@
+# Ignore backup files.
+*~
+# Ignore Vim swap files.
+.*.swp
+# macOS-specific excludes
+.DS_Store
+# Ignore files generated by IDEs.
+/.aswb/
+/.bazelbsp/
+/.cache/
+/.classpath
+/.clwb/
+/.factorypath
+/.idea/
+/.ijwb/
+/.project
+/.settings
+/.vscode/
+.eclipse/
+.settings/
+.classpath
+.project
+eclipse-*bin/
+/bazel.iml
+# Ignore all bazel-* symlinks. There is no full list since this can change
+# based on the name of the directory bazel is cloned into.
+/bazel-*
+# Ignore outputs generated during Bazel bootstrapping.
+/output/
+# Ignore jekyll build output.
+/production
+/.sass-cache
+# User-specific .bazelrc
+user.bazelrc