Skip to content

Commit ba94d5a

Browse files
authored
Package fixes (#15)
* Hiding Documentation and Scripts folders * Fixed asmdefs * Added Mac and Rider files to .gitignore * Moved Backtrace Configuration create menu deeper into the hierarchy
1 parent 9a2b873 commit ba94d5a

32 files changed

+30
-51
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
/[Bb]uild/
99
/[Bb]uilds/
1010
/[Ll]ogs/
11+
/[Uu]ser[Ss]ettings/
12+
13+
# MemoryCaptures can get excessive in size.
14+
# They also could contain extremely sensitive data
1115
/[Mm]emoryCaptures/
1216

1317
# Asset meta data should only be ignored when the corresponding asset is also ignored
@@ -19,9 +23,15 @@
1923
# Autogenerated Jetbrains Rider plugin
2024
/[Aa]ssets/Plugins/Editor/JetBrains*
2125

26+
# System
27+
.DS_Store
28+
2229
# Visual Studio cache directory
2330
.vs/
2431

32+
# Rider cache directory
33+
.idea/
34+
2535
# Gradle cache directory
2636
.gradle/
2737

Documentation.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)