-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (54 loc) · 985 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
utils/serial/*
!utils/serial/include
!utils/serial/src
!utils/serial/binding.gyp
!utils/serial/CMakeLists.txt
!utils/serial/unity
!utils/voiceCommand/build/build-release.js
build/
node_modules/
package-lock.json
config.json
persistent.json
*.obj
*.exe
src/osx/voice-command/build
.bin/
# User-specific files
*.DS_Store
*.suo
*.sln.ide/
*.user
*.userosscache
*.sln.docstates
*.plist
*.xccheckout
!utils/voiceCommand/src/osx/voice-command/voice-command.xcodeproj/project.xcworkspace/xcuserdata/baluubas.xcuserdatad
!utils/voiceCommand/src/osx/voice-command/voice-command.xcodeproj/xcuserdata/baluubas.xcuserdatad
*.xcuserdatad
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
*.lock
*.ide
*.ide-shm
*.ide-wal
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history
legacy/
.idea
.vscode