-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (47 loc) · 668 Bytes
/
.gitignore
File metadata and controls
50 lines (47 loc) · 668 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
storybook-static/
openlibrary/components/dev/_dev.js
*venv
*.pyc
*~
.vscode/
*.swp
*.mo
var/
usr/
static/build/
static/css/page-dev.less
build/
*.tgz
*.tar.gz
*.org
coverage/
dumps/
/*.log
openlibrary.egg-info/
pip-log.txt
supervisord.pid
openlibrary/mailserver/logs/lamson.err
openlibrary/mailserver/logs/lamson.log
openlibrary/mailserver/logs/logger.log
lamson.out
openlibrary/mailserver/run/
bad_data.json
TAGS
env/
.coverage
htmlcov
.DS_Store
.cache
node_modules/
.idea/
venv/
*.c
*.so
# Ignore Gradle build cache
.gradle/
# Ignore build outputs
app-release*
android.keystore
# Ignore checksum file if it’s generated during build
manifest-checksum.txt
.beads