diff options
Diffstat (limited to 'dcae-analytics/.gitignore')
-rw-r--r-- | dcae-analytics/.gitignore | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/dcae-analytics/.gitignore b/dcae-analytics/.gitignore new file mode 100644 index 0000000..c48bc19 --- /dev/null +++ b/dcae-analytics/.gitignore @@ -0,0 +1,58 @@ +*.class +.*.swp +.beamer +# Package Files # +*.war +*.ear + +# Intellij Files & Dir # +*.iml +*.ipr +*.iws +atlassian-ide-plugin.xml +out/ +.DS_Store +./lib/ +.idea + +# Gradle Files & Dir # +build/ +.gradle/ +.stickyStorage +.build/ +target/ + +# Node log +npm-*.log +logs/ +.nux_enabled +.nux_dashboard + +# Singlenode and test data files. +/templates/ +/artifacts/ +/data/ +/data-fabric-tests/data/ + +# Checkstyle report +examples/checkstyle_report.xml + +# Examples Stuff +dependency-reduced-pom.xml + +# generated by docs build +*.pyc + +#black duck scanner results +*_bdio.jsonld +blackDuckHubProjectName.txt +blackDuckHubProjectVersionName.txt + +#maven +.mvn + +#memory dump +*.hprof + +# application uploads +/uploads/ |