-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (64 loc) · 913 Bytes
/
Copy path.gitignore
File metadata and controls
73 lines (64 loc) · 913 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
65
66
67
68
69
70
71
72
73
# Common files to ignore across all projects
# IDE and editor files
.idea/
.idea_modules/
.vscode/
.history/
*.code-workspace
.fleet/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.vs/
# OS specific files
.DS_Store
.DS_Store?
.AppleDouble
.LSOverride
Icon
._*
.Trashes
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
# Logs and temporary files
logs/
*.log
*.log.*
tmp/
temp/
# Build outputs and dependencies
build/
dist/
node_modules/
jspm_packages/
# Environment files
.env
.env.*
# Database files
*.sql
*.sqlite
*.db
# Unity specific files (common ones, details in src/.gitignore)
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/
# .NET specific files (common ones, details in roslyn/.gitignore)
[Bb]in/
[Oo]bj/
*.suo
*.user
# Meta files
*.meta
# But keep Unity meta files in src directory
!src/**/*.meta