Skip to content

Commit

Permalink
Modify .gitignore and add IDE Rider settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Valyutik committed Jan 29, 2024
1 parent 839f832 commit a2a01ec
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
#
/[Ll]ibrary/
/[Tt]emp/
Expand All @@ -14,8 +14,8 @@
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/

# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta
# Recordings can get excessive in size
/[Rr]ecordings/

# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*
Expand All @@ -26,9 +26,6 @@
# Visual Studio cache directory
.vs/

# JetBrains Rider cache directory
.idea/

# Gradle cache directory
.gradle/

Expand Down Expand Up @@ -60,7 +57,9 @@ sysinfo.txt

# Builds
*.apk
*.aab
*.unitypackage
*.app

# Crashlytics generated file
crashlytics-build.properties
Expand All @@ -70,8 +69,4 @@ crashlytics-build.properties

# Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*

# Exceptions
!*.dll
!*.obj
/[Aa]ssets/[Ss]treamingAssets/aa/*
13 changes: 13 additions & 0 deletions .idea/.idea.WhackAMole/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/.idea.WhackAMole/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/.idea.WhackAMole/.idea/indexLayout.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.WhackAMole/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2a01ec

Please sign in to comment.