Changed .gitignore to include Thumbs.db
This commit is contained in:
parent
e8f5fe17d5
commit
be9b940d3c
33
.gitignore
vendored
33
.gitignore
vendored
@ -1,16 +1,17 @@
|
|||||||
*.iml
|
*.iml
|
||||||
\.idea/
|
\.idea/
|
||||||
\.metadata/
|
\.metadata/
|
||||||
\.settings/
|
\.settings/
|
||||||
\.project
|
\.project
|
||||||
\.classpath
|
\.classpath
|
||||||
\target/**/*
|
\target/**/*
|
||||||
\target/*
|
\target/*
|
||||||
/.settings
|
/.settings
|
||||||
/.classpath
|
/.classpath
|
||||||
/target
|
/target
|
||||||
/.settings/*
|
/.settings/*
|
||||||
/.classpath/*
|
/.classpath/*
|
||||||
/target/*
|
/target/*
|
||||||
bin
|
bin
|
||||||
.externalToolBuilders/
|
.externalToolBuilders/
|
||||||
|
*Thumbs.db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user