-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.gitignore
76 lines (57 loc) · 929 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
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
74
# For add new project use the follow command:
# git add .
# For updates use:
# git add -u
.svn
.svn/*
# OSX
.DS_Store
### Backups:
*~
*.bak
*.old
*.lnk
*\#
\#*
Thumbs.db
Thumbs.db.meta
# Win Specific:
Desktop.ini
# Sound Forge metafile
*.sfk
### Hyperlua
*.lc
### Visual Studio:
*.csproj
*.sln
*.suo
*.pidb
Properties/AssemblyInfo.cs
*.user
*.Resharper*
_ReSharper.*/*
### Unity Specific:
*.unityproj
*.userprefs
Library/*
!:
## but include: (not in 3.5+)
#!Library/EditorBuildSettings.asset
#!Library/InputManager.asset
#!Library/ProjectSettings.asset
#!Library/QualitySettings.asset
#!Library/TagManager.asset
#!Library/TimeManager.asset
#!Library/AudioManager.asset
#!Library/DynamicsManager.asset
#!Library/NetworkManager.asset
Assets/Temp/*
Assets/Temp*
Temp/*
obj/*
### Project Specific:
*/bin/*
*/obj/*
# dll project
!nunit-dll-project/nunit-dll-project.csproj
!nunit-dll-project/nunit-dll-project.sln