X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=71fd842ffab627206259b96860ee6b8d18202eab;hb=f6c7affc932724dfa9ad989ebae2d21d49fd42cb;hp=5a723578e54f3c995310e30e4a1715ec2c055868;hpb=64a66bd71cf3d5bd3019671e5e8b7f126a2c396a;p=dlux.git diff --git a/.gitignore b/.gitignore index 5a723578..71fd842f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,43 @@ *.sw* *~ -assets/ +# assets/ +dlux-web/**/assets/ build/ bin/ node_modules/ target/ vendor/ .DS_Store + +# dlux app +dlux-web/src/ +!dlux-web/src/less/ + +# Eclipse +.classpath +.project +.settings/ + +# Intellij +.idea/ +*.iml +*.iws + +# Mac +.DS_Store + +# Maven +log/ +target/ + +*.class + +# Package Files # +*.jar +*.war +*.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +dlux-web/node +dlux-web/src/LICENSE