Skip to content

Commit bfd03b5

Browse files
authored
Add Laravel cache directory (#532)
1 parent 5f80c36 commit bfd03b5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

backend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ yarn-error.log
2020
/.vscode
2121
.idea
2222
/app-back
23-
bootstrap/cache

backend/bootstrap/cache/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore

0 commit comments

Comments
 (0)