Skip to content

Commit f934d58

Browse files
committed
Add gitignore warning
1 parent 2a01390 commit f934d58

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ always current with the latest release:
4444
Finally, run the seeder to install necessary database settings:
4545
`spark db:seed "Tatter\Files\Database\Seeds\FileSeeder"`
4646

47+
**NOTE**: If your project is part of a tracking repository you probably want to add the file
48+
storage to your **.gitignore**
49+
```
50+
writable/files/*
51+
!writable/files/index.html
52+
```
53+
4754
## Configuration (optional)
4855

4956
The library's default behavior can be altered by extending its config file. Copy

0 commit comments

Comments
 (0)