-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
46 lines (41 loc) · 901 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
# Ignore the default SQLite database.
/fixtures/dummy/db/*.sqlite3
/fixtures/dummy/db/*.sqlite3-*
/playground/db/*.sqlite3
/playground/db/*.sqlite3-*
# Ignore all logfiles and tempfiles.
/fixtures/dummy/log/*
/fixtures/dummy/tmp/*
!/fixtures/dummy/log/.keep
!/fixtures/dummy/tmp/.keep
/playground/log/*
/playground/tmp/*
!/playground/log/.keep
!/playground/tmp/.keep
# Ignore pidfiles, but keep the directory.
/fixtures/dummy/tmp/pids/*
!/fixtures/dummy/tmp/pids/
!/fixtures/dummy/tmp/pids/.keep
/playground/tmp/pids/*
!/playground/tmp/pids/
!/playground/tmp/pids/.keep
# Ignore uploaded files in development.
/fixtures/dummy/storage/*
!/fixtures/dummy/storage/.keep
/playground/storage/*
!/playground/storage/.keep
/fixtures/dummy/public/assets
/playground/public/assets
/.bundle/
/.yardoc
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
.DS_Store
meta.json
*.h
*.so
/lib/proscenium/ext/*