-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (46 loc) · 717 Bytes
/
.gitignore
File metadata and controls
52 lines (46 loc) · 717 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
51
52
*.blob
*.blob.gz
*~
*swp
*.gem
*.rbc
/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/spec/examples.txt
/test/tmp/
/test/version_tmp/
/tmp/
*.lock
*.swp
/output/
.rake_tasks*
## Database files
*.sqlite
*.db
*.csv
*-shm
*-wal
*-wal2
## Stuff I shouldn't index
passwords.txt
spec/data/itunes_backup
spec/data/itunes_backup_no_account
spec/data/physical_backup
spec/data/physical_backup_no_account
spec/data/mac_backup
spec/data/mac_backup_old
spec/data/mac_backup_no_account
## Documentation cache and generated files:
/.yardoc/
/_yardoc/
/doc/
/rdoc/
## Environment normalization:
/.bundle/
/vendor/bundle
/lib/bundler/man/
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc