-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy path.gitignore
59 lines (54 loc) · 915 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
# Compilation targets.
build/
node_modules/
target/
public/
book/book/
# Temporary fetch directories.
/meet-data/**/fetch/
# Avoid committing binary meet data files.
/meet-data/**/*.pdf
/meet-data/**/*.PDF
/meet-data/**/*.xls
/meet-data/**/*.XLS
/meet-data/**/*.xlsx
/meet-data/**/*.XLSX
/meet-data/**/*.xlsm
/meet-data/**/*.XLSM
/meet-data/**/*.doc
/meet-data/**/*.DOC
/meet-data/**/*.docx
/meet-data/**/*.DOCX
/meet-data/**/*.odt
/meet-data/**/*.ODT
/meet-data/**/*.ods
/meet-data/**/*.ODS
/meet-data/**/*.xml
/meet-data/**/*.XML
/meet-data/**/*.rtf
/meet-data/**/*.RTF
# Tool output.
perf.data
perf.data.old
proptest-regressions/
*.out.*
# Accidental output, just to be safe in the future.
/package.json
/package-lock.json
install.Unix.sh
# Temporary files.
/server/probebot/*.tmp
*.lnk
*.swp
*.swo
*.~*
.idea/
__pycache__
npm-debug.log
geckodriver.log
*.retry
.DS_Store
.gitkeep
*.exe
*.stackdump
.vscode/