-
Notifications
You must be signed in to change notification settings - Fork 65
/
.gitignore
34 lines (32 loc) · 875 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
**/.vs
**/obj
**/packages
*.Generated.Event.cs
*.Generated.cs
*.aeproperties
*.bak
*.cachefile
*.csv#
*.csvSettings
*.suo
*.user
*.userprefs
.idea/
.running*/
Exports/
FRBDK/Glue/GumPlugin/GumPlugin/Embedded/GumDefaults2/EventExport/*
Tests/GlueTestProject/GlueTestProject/GlueTestProject/CopiedXnbs/
Tests/GlueTestProject/GlueTestProject/GlueTestProject/GlueViewSettings.gvwx
Tests/GumBehaviors/
Tests/uwpTest/
Thumbs.db
bin/
storage.ide
# AnimationEditor doesn't build in TeamCity, so let's add this in:
!/FRBDK/AnimationEditor/PreviewProject/bin/
FRBDK/AnimationEditor/PreviewProject/bin/Debug/AESettings.json
*.settings.user.json
Tests/GlueTestProjectDesktopGl/GlueTestProjectDesktopGl/GlueSettings/TreeViewPlugin.settings.user.json
/Samples/BeefballCodeOnly/BeefballCodeOnly/.config
!/Samples/BeefballKni/**/*.Generated.Event.cs
!/Samples/BeefballKni/**/*.Generated.cs