Ignore commonly generated Mac OS junk files
This is optional, but it would be a huge quality of life improvement for anyone developing on Mac OS, as the first thing I do when starting a new project is always to add this to the .gitignore. Example: Just from the small changes I've made to the build script alone, I've generated 4 .DS_Store files, which would clutter up this PR if I included them.
This commit is contained in:
parent
4237368e64
commit
6df3da6cab
4
.gitignore
vendored
4
.gitignore
vendored
@ -24,6 +24,10 @@ bin/
|
|||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
|
||||||
|
# macos
|
||||||
|
|
||||||
|
*.DS_Store
|
||||||
|
|
||||||
# fabric
|
# fabric
|
||||||
|
|
||||||
run/
|
run/
|
||||||
|
Loading…
Reference in New Issue
Block a user