added .gitignore file

This commit is contained in:
DTop
2020-03-05 15:53:51 -05:00
parent 3ce5e72a96
commit 3a4d376bc6

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
#ignore eclipse workspace metadata folder
.metadata/**
eclipse_preferences.epf
StartingPoint/**
RemoteSystemsTempFiles/**
wc-templates/**
**/.settings/**
**/.recommenders/**
.project
.classpath
.DS_Store
#maven target folder
**/target/**
dependency-reduced-pom.xml
build.log
.sonarlint/**
## IntelliJ Stuff
.idea
*.iml
## Binaries
*.tar.gz
*.pydevproject