update .gitignore
parent
788ce6fc2e
commit
2e6d2c930f
|
|
@ -1,4 +1,8 @@
|
||||||
/target
|
/target
|
||||||
|
.DS_Store
|
||||||
|
._.DS_Store
|
||||||
|
**/.DS_Store
|
||||||
|
**/._.DS_Store
|
||||||
|
|
||||||
|
|
||||||
HELP.md
|
HELP.md
|
||||||
|
|
@ -80,4 +84,4 @@ replay_pid*
|
||||||
|
|
||||||
# thkim
|
# thkim
|
||||||
.classpath
|
.classpath
|
||||||
/src/main/webapp/WEB-INF/clipreport4/DataConnection.properties
|
/src/main/webapp/WEB-INF/clipreport4/DataConnection.properties
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue