Skip to content

Commit

Permalink
Ignoring *.userproperties
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Jan 12, 2018
1 parent 50e4c31 commit f4f20d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Temp
Assembly-CSharp*.csproj

# Custom
*.userproperties
Build
**/Assets/Libraries
**/Assets/Libraries.meta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void drawHeader(Preferences preferences) {
);

var allPreferences = Preferences.FindAll("*.properties");
if (allPreferences != null && allPreferences.Length > 1) {
if (allPreferences.Length > 1) {
var r = new Rect(
rect.width - 50 - padding,
buttonRect.y,
Expand Down

0 comments on commit f4f20d3

Please sign in to comment.