MA_TextureAtlasser/.gitignore

75 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-11-10 00:03:44 +01:00
# ignore p4
.p4ignore
# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
#
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Mm]emoryCaptures/
# Never ignore Asset meta data
!/[Aa]ssets/**/*.meta
# Uncomment this line if you wish to ignore the asset store tools plugin
/[Aa]ssets/AssetStoreTools*
# Autogenerated Jetbrains Rider plugin
[Aa]ssets/Plugins/Editor/JetBrains*
2018-08-27 08:47:29 +02:00
# Visual Studio cache directory
.vs/
2019-11-10 00:03:44 +01:00
# Gradle cache directory
.gradle/
2018-08-27 08:47:29 +02:00
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
2019-11-10 00:03:44 +01:00
*.mdb
2018-08-27 08:47:29 +02:00
*.opendb
2019-11-10 00:03:44 +01:00
*.VC.db
2018-08-27 08:47:29 +02:00
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
2019-11-10 00:03:44 +01:00
*.mdb.meta
2018-08-27 08:47:29 +02:00
2019-11-10 00:03:44 +01:00
# Unity3D generated file on crash reports
2018-08-27 08:47:29 +02:00
sysinfo.txt
# Builds
*.apk
*.unitypackage
2018-08-27 11:19:23 +02:00
2019-11-10 00:03:44 +01:00
# Crashlytics generated file
crashlytics-build.properties
# workfiles
MA_ToolBox/MA_TextureAtlasserPro/Atlasses/*
!Atlasses.txt
MA_ToolBox/MA_TextureAtlasserPro/Exports/*
2019-11-06 18:08:34 +01:00
!Exports.txt
2019-11-10 00:03:44 +01:00
MA_ToolBox/MA_TextureAtlasserPro/Settings/*
!Settings.txt
!MA_TextureAtlasserProSettings.asset
MA_ToolBox/MA_TextureAtlasserPro/Settings/ExportSettings/*
!ExportSettings.txt
!MA_DefaultExportSettings.asset
!MA_DefaultSpriteExportSettings.asset