mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
Gitignore for GameMaker Studio 2 modified.
* Add comments for each sections.
This commit is contained in:
parent
2a8688ada1
commit
d1c1ad94a7
1 changed files with 13 additions and 3 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -3,13 +3,23 @@
|
|||
!*.gml
|
||||
!/*.yyp
|
||||
|
||||
# Builds
|
||||
# Builds for Desktop
|
||||
*.exe
|
||||
*.apk
|
||||
*.zip
|
||||
*.pkg
|
||||
|
||||
# Builds for Mobile
|
||||
*.apk
|
||||
*.ipa
|
||||
*.app
|
||||
*.zip
|
||||
*.xarchive
|
||||
|
||||
# Builds for UWP
|
||||
*.appx
|
||||
*.appxupload
|
||||
|
||||
# Builds for HTML5
|
||||
# index.html
|
||||
|
||||
# Miscellaneous
|
||||
*.dll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue