Skip to content

Commit 5ff06a4

Browse files
authored
Merge pull request #18 from laravelcm/feature/drop-public-files
feat: add public assets to .gitignore
2 parents c1ba766 + f8549a8 commit 5ff06a4

File tree

21 files changed

+300
-784
lines changed

21 files changed

+300
-784
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
/public/build
44
/public/hot
55
/public/storage
6+
/public/media
7+
/public/css
8+
/public/js
69
/storage/*.key
710
/storage/pail
811
/vendor

composer.lock

Lines changed: 297 additions & 270 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/filament/filament/app.css

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

public/css/filament/forms/forms.css

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

public/css/filament/support/support.css

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

public/js/filament/filament/app.js

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

public/js/filament/filament/echo.js

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

0 commit comments

Comments
 (0)