blob: 4d70e4aa37961dac3c5530c6573fa1054acfe669 (
plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
# ignore vim swap files:
*.swp
.DS_Store
.bundle
/db/*.sqlite3-journal
/db/*.sqlite3
tmp/
.DS_Store
/ERD.pdf
/ERD.png
/bin
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
# OS or Editor folders
.DS_Store
.cache
.project
.settings
nbproject
Thumbs.db
# Extra
.livereload
# Dreamweaver added files
_notes
dwsync.xml
# Komodo
*.komodoproject
.komodotools
# Folders to ignore
.hg
.svn
/db/*.db
/db/*.db-journal
log/*.log
tmp/**/*
/.project
*.komodoproject
/.komodotools
.tmp*~
# Ignore fixtures. We use factory_girl.
/test/fixtures/*.yml
/vendor/cache
/vendor/bundle
.settings/*
/.idea
# ignore Sass cache:
.sass-cache
/tmp/sass-cache
/tmp/cache
/public/assets
# directory created by "bundle install --path ." (not needed anyway):
/ruby
# ignore wrappers generated by "bundle install --binstubs":
/bin
/tmp
# Images
/public/uploads
# Freeswitch
/misc/freeswitch/conf/freeswitch.serial
/misc/freeswitch/scripts/ini/gateway_gateway1.ini
# Cache
/public/gemeinschaft_setups/*
|