mirror of
https://github.com/github/gitignore
synced 2024-11-29 07:04:22 +01:00
Allow for ignoring other important files
Ignore build, MacOSX and Windows files
This commit is contained in:
parent
5b8eb2c371
commit
bd9f168a81
@ -19,3 +19,14 @@
|
|||||||
|
|
||||||
# Unity3D Generated File On Crash Reports
|
# Unity3D Generated File On Crash Reports
|
||||||
sysinfo.txt
|
sysinfo.txt
|
||||||
|
|
||||||
|
# Builds
|
||||||
|
*.apk
|
||||||
|
*.unitypackage
|
||||||
|
|
||||||
|
# MacOSX-specific
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Windows-specific
|
||||||
|
thumbs.db
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user