There was an error while loading. Please reload this page.
2 parents 6f0e2bb + 972a8a4 commit 5b1e9afCopy full SHA for 5b1e9af
.gitignore
@@ -0,0 +1,20 @@
1
+# Git Ignore for Top Level
2
+.idea
3
+
4
+# Git Ignore for Admin-Panel
5
+admin-panel/node_modules/
6
7
+# Git Ignore for Backend
8
+backend/node_modules
9
+backend/public/hot
10
+backend/public/storage
11
+backend/storage/*.key
12
+backend/vendor
13
+backend/.idea
14
+backend/.vscode
15
+backend/.vagrant
16
+backend/Homestead.json
17
+backend/Homestead.yaml
18
+backend/npm-debug.log
19
+backend/yarn-error.log
20
+backend/.env
admin-panel/.gitignore
backend/.gitignore
0 commit comments