X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=3b2dc462f6a12f63173bda028a5851e7ed5051eb;hb=7d002c333d9e79c93e0e148163ebb59823cd1b8e;hp=f596c7b8fb9d6562ec0baa1a1b76f580308451ec;hpb=8d8d48a2bbdb5db61a210e123d99515ca4a9f52a;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index f596c7b8..3b2dc462 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,11 @@ docker/data/ # To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release composer.lock + +# assets stuff +/node_modules/ +!app/Resources/static/lib +app/Resources/static/lib/* +/bin +!/src/Wallabag/CoreBundle/Resources/public +/src/Wallabag/CoreBundle/Resources/public/* \ No newline at end of file