.gitignore 394 B raw
1
/target
2
*.sqlite
3
*.sqlite-journal
4
*.sqlite-wal
5
*.sqlite-shm
6
*.db
7
.env
8
.DS_Store
9
apps/posts/uploads
10
docs/node_modules
11
12
# Go
13
*.exe
14
*.dll
15
*.so
16
*.dylib
17
*.test
18
*.out
19
coverage.*
20
vendor/
21
apps/blobs/blobs
22
apps/bookmarks/bookmarks
23
apps/cellar/cellar
24
apps/easel/easel
25
apps/feeds/feeds
26
apps/jotts/jotts
27
apps/library/library
28
apps/og/og
29
apps/posts/posts
30
apps/shrink/shrink
31
apps/sipp/sipp
32
apps/kepler/kepler