-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (59 loc) · 696 Bytes
/
.gitignore
File metadata and controls
64 lines (59 loc) · 696 Bytes
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# ====================
# Build outputs
# ====================
Builds/
build/
*.exe
*.dll
*.lib
*.obj
*.o
*.pdb
*.ilk
*.exp
*.idb
# ====================
# Visual Studio
# ====================
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates
*.ncb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
x64/
x86/
Debug/
Release/
ipch/
*.aps
# ====================
# JUCE / Projucer
# ====================
JuceLibraryCode/
*.filterguid
# ====================
# OS files
# ====================
.DS_Store
Thumbs.db
desktop.ini
*.swp
*.swo
*~
# ====================
# IDE
# ====================
.idea/
.vscode/
*.code-workspace
# ====================
# Dependencies
# ====================
libs/
SDKs/