Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
madrazzl3 committed Nov 4, 2022
1 parent eca6f67 commit 0528952
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions Src/NFTWallet/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
/[Bb]uilds/
/[Ll]ogs/
/[Mm]emoryCaptures/

# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[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*

# Visual Studio cache directory
.vs/

# Gradle cache directory
.gradle/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
Expand All @@ -42,18 +42,20 @@ ExportedObj/
*.mdb
*.opendb
*.VC.db

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta

# Unity3D generated file on crash reports
sysinfo.txt

# Builds
*.apk
*.unitypackage

# Crashlytics generated file
crashlytics-build.properties
crashlytics-build.properties

.history/

0 comments on commit 0528952

Please sign in to comment.