zephyrfs/zephyrfs-deploy / e2b9168

Browse files

add gitignore

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
e2b91682eeffad60f6c3d178bc07c2047547f1c5
Parents
53a1215
Tree
77756f1

1 changed file

StatusFile+-
A .gitignore 11 0
.gitignoreadded
@@ -0,0 +1,11 @@
1
+# Environment files
2
+.env
3
+.env.local
4
+.env.*.local
5
+
6
+# Docker
7
+docker-compose.override.yml
8
+
9
+# IDE
10
+.vscode/
11
+.idea/