workspace added
This commit is contained in:
parent
71ac0afce6
commit
1a53073d1a
1 changed files with 15 additions and 0 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -21,3 +21,18 @@
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
|
||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
.settings/
|
||||||
|
|
||||||
|
*.cache
|
||||||
|
|
||||||
|
bin/**/*
|
||||||
|
target/**/*
|
||||||
|
build/**/*
|
||||||
|
gen/**/*
|
||||||
|
out/**/*
|
||||||
Reference in a new issue