forked from surveilr/www.surveilr.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
49 lines (37 loc) · 830 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
# build output
dist/
# generated types
.astro/
.idea/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# when testing in this repo, we might have surveilr downloaded
surveilr
surveilr.exe
# when testing in this repo, we might have created default RSSDs
resource-surveillance.sqlite.db
*e2e*.db
resource-surveillance-aggregated.sqlite.db
# when testing in this repo, we might have ingest samples / exemplars
ingest/
study-files/
ctr-study-files/
de-trended-analysis-files/
10k*
# sometimes we'll test local files in SQLPage but we don't want those tracked
sqlpage/
# survelirctl.ts generates these files when it encounters an error
ERROR-*
*-ERROR-*
# windows security files
*Zone.Identifier