-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (51 loc) · 870 Bytes
/
.gitignore
File metadata and controls
64 lines (51 loc) · 870 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
#####################
# MonoGame Projects #
#####################
# Ignore compiled content (MonoGame Content Pipeline)
Content/bin/
Content/obj/
# If using MGCB Editor (newer MonoGame projects)
*.mgcb.cache
# Ignore temporary build and debug files
bin/
obj/
# Ignore user-specific settings (Visual Studio)
*.user
*.suo
*.userprefs
# MonoDevelop IDE files
*.pidb
# Rider IDE files
.idea/
*.sln.iml
# Ignore package restore info
packages/
*.nupkg
project.lock.json
project.assets.json
# Logs and debug output
*.log
# Ignore build results
*.exe
*.dll
*.pdb
# Ignore file system noise
.DS_Store
Thumbs.db
desktop.ini
# Ignore backup & temp files
*.bak
*.tmp
*.swp
*~
# Visual Studio Code settings
.vscode/
###########################
# Optional Unity Crossover
# (if using Unity + MonoGame)
###########################
Library/
Temp/
Build/
obj/
*.csproj.user