-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (59 loc) · 1.11 KB
/
.gitignore
File metadata and controls
68 lines (59 loc) · 1.11 KB
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
C/cli/sqlitecloud-cli.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
C/cli/sqlitecloud-cli.xcodeproj/xcuserdata/marco.xcuserdatad/xcschemes/xcschememanagement.plist
C/sqlitecloud-cli
bin
pkg
*.db
.DS_Store
.vscode
*.tmproj
example-session.txt
*.o
*.a
Arbeitszeiten.txt
github.com
golang.org
honnef.co
mvdan.cc
*.xcworkspacedata
*.xcuserstate
*.xcscheme
*.xcexplist
*.xcbkptlist
native*.go
*.out
GO/src/gopkg.in/ini.v1/
GO/src/sqliteweb/dashboard/.nova/Configuration.json
*.plist
*.plist
C/test/test.xcodeproj/xcuserdata/marco.xcuserdatad/xcschemes/xcschememanagement.plist
C/apple/libressl-*
C/apple/build/
C/apple/fat/
C/apple/output/
# dependencies
JS/node_modules
JS/**/node_modules
JS/**/**/node_modules
NODEJS/node_modules
NODEJS/**/node_modules
NODEJS/**/**/node_modules
EDGE/node_modules
EDGE/**/node_modules
EDGE/**/**/node_modules
# production
JS/public
JS/**/public
JS/**/**/public
#env
JS/.env
JS/**/.env
JS/**/**/.env
#vercel
JS/.vercel
# JS local example
JS/example/local-sqlite-cloud-chat
# NODEJS local example
NODEJS/example
examples/with-typescript-nextjs/.env
C/apple/sqlitecloud-cli