-
Notifications
You must be signed in to change notification settings - Fork 1
/
gitignore_with_public
61 lines (46 loc) · 1.01 KB
/
gitignore_with_public
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
# generated by RailsBricks
# Don't ignore bundler config!
# Useful when git cloning an app and not wanting
# the gems to be installed globally.
# Can be uncommented if really necessary.
# /.bundle
.gitignore
# Ignore the bundle directory itself.
/vendor/bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log
/log/*.log
/tmp
# Ignore other unneeded files.
doc/
*.swp
*~
.project
.DS_Store
/_*
.rspec
.idea
spring
# good idea or not to commit these? see also: 'npm shrinkwrap --dev'
/node_modules
# symlinks, don't add to revision control
/assets/stylesheets/bootstrap
/assets/images/logo*
#/public/assets
/public/system
# generated files, don't add to revision control
#/public/fonts
#/public/images
#/public/javascripts
#/public/stylesheets
config/settings.local.yml
config/settings/*.local.yml
config/environments/*.local.yml
# SQLite database for testing
test/simplecrowd_test
# SECURITY - DON'T COMMIT SENSITIVE INFO
/config/application.yml
.secret