Skip to content

Commit 972a8a4

Browse files
author
Matthew Bauer
committed
Condensed GitIgnore into one file
1 parent 6f0e2bb commit 972a8a4

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

‎.gitignore‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎backend/.gitignore‎

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)