diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..122354e --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +*/target/** +*/*/target/** +uni/unimgr/node_modules/** +demo-ui/bower_components/** +demo-ui/node_modules/** +*.iml +*/*/*.iml +**/*.iml +.idea/* + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db
\ No newline at end of file |