mirror of https://github.com/wallabag/wallabag.git
Updating .gitignore
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
0b3ab03782
commit
efbbfe0135
|
@ -23,12 +23,11 @@
|
|||
|
||||
# Assets and user uploads
|
||||
web/uploads/
|
||||
!web/bundles
|
||||
web/bundles/*
|
||||
!web/bundles/wallabagcore
|
||||
/web/bundles/*
|
||||
!/web/bundles/.gitkeep
|
||||
/web/assets/images/*
|
||||
!web/assets/images/.gitkeep
|
||||
web/bundles/wallabagcore/*.dev.js
|
||||
/web/wallassets/*.dev.js
|
||||
|
||||
# Build
|
||||
/app/build
|
||||
|
|
Loading…
Reference in New Issue