Preserve css files from public dir #19

Merged
bilal.catic merged 3 commits from fix-frontend-gitignore into master 2018-09-06 18:33:46 +02:00
2 changed files with 1 additions and 5 deletions
Showing only changes of commit 297f967708 - Show all commits

5
frontend/.gitignore vendored
View File

@@ -9,11 +9,6 @@
# production
/build
# devBuild
*.css
#except css files in public/ dir
!public/**/*.css
# misc
.DS_Store
.env.local

1
frontend/src/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.css