forked from KSP-KOS/KOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (42 loc) · 767 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
# VisualStudio
.vs/
[Bb]in/
[Oo]bj/
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# Visual Studio 2015 cache/options directory
.vs/
packages/
/src/kOS.sln.ide
# Monodevelop
[Ee]xported[Oo]bj/
*.userprefs
# VisualStudio Code
.vscode/
# Vim
*.swp
# Unity
[Ll]ibrary/
[Tt]emp/
/*.pidb
/*.user
# Build products and files generated during gameplay
[Rr]esources/GameData/kOS/Plugins/
[Rr]esources/*.dll
[Rr]esources/GameData/*.dll
!Resources/GameData/kOS/ICSharpCode.SharpZipLib.dll
# Symlink to KSP directory
KSPdirlink
# OS Specific
.DS_STORE*
[Tt]humbs.db
#netkan for generating ckan test files
netkan.exe
*.ckan
#zip files for archived art assets
*.zip
# .swp files from vim (temporary files that vim creates when editing a file)
*.swp