Skip to content

Commit

Permalink
Merge pull request #21 from lasdpc-games/new-gitignore
Browse files Browse the repository at this point in the history
refactor: new .gitignore
  • Loading branch information
cirillom authored Sep 26, 2022
2 parents 7c86c9c + c0f6b70 commit d57fc67
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
#
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
#
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/
unity-project/[Ll]ibrary/
unity-project/[Tt]emp/
unity-project/[Oo]bj/
unity-project/[Bb]uild/
unity-project/[Bb]uilds/
unity-project/[Ll]ogs/
unity-project/[Uu]ser[Ss]ettings/

# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/
unity-project/[Mm]emoryCaptures/

# Recordings can get excessive in size
/[Rr]ecordings/
unity-project/[Rr]ecordings/

# 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*
unity-project/[Aa]ssets/Plugins/Editor/JetBrains*

# Visual Studio cache directory
.vs/
Expand All @@ -30,44 +30,44 @@
.gradle/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db
unity-project/ExportedObj/
unity-project/.consulo/
unity-project/*.csproj
unity-project/*.unityproj
unity-project/*.sln
unity-project/*.suo
unity-project/*.tmp
unity-project/*.user
unity-project/*.userprefs
unity-project/*.pidb
unity-project/*.booproj
unity-project/*.svd
unity-project/*.pdb
unity-project/*.mdb
unity-project/*.opendb
unity-project/*.VC.db

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta
unity-project/*.pidb.meta
unity-project/*.pdb.meta
unity-project/*.mdb.meta

# Unity3D generated file on crash reports
sysinfo.txt
unity-project/sysinfo.txt

# Builds
*.apk
*.aab
*.unitypackage
*.app
unity-project/*.apk
unity-project/*.aab
unity-project/*.unitypackage
unity-project/*.app

# Crashlytics generated file
crashlytics-build.properties
unity-project/crashlytics-build.properties

# Packed Addressables
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
unity-project/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*

# Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*
Library/ArtifactDB
unity-project/[Aa]ssets/[Ss]treamingAssets/aa.meta
unity-project/[Aa]ssets/[Ss]treamingAssets/aa/*
unity-projectLibrary/ArtifactDB

0 comments on commit d57fc67

Please sign in to comment.