forked from iTwin/imodel-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (40 loc) · 676 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (40 loc) · 676 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
# python
*.pyc
# javascript
**/node_modules
# android
.gradle/
gradle.properties
local.properties
.project
# clangd
.cache
compile_commands.json
compile_commands.events.json
compile_commands.sqlite3
compile_commands.sqlite3-journal
# vs
ipch
*.vcxproj.user
.vs
# vscode
# Note: we want launch.json tracked. You can't un-ignore a file if its parent directory is ignored.
# So we'll ignore specific files we know we don't want tracked.
.vscode/c_cpp_properties.json
.vscode/settings.json
# local backup files
*.orig
*.bak
# macOS
.DS_Store
# xcode
*.xcuserstate
*.xcuserdatad
xcuserdata
iModelJsApp.xcconfig
# emacs
*~
# misc logs
debug.log
# C# temporary files
obj/