forked from nusskylab/nusskylab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
118 lines (99 loc) · 1.47 KB
/
Copy path.gitignore
File metadata and controls
118 lines (99 loc) · 1.47 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
*.rbc
capybara-*.html
/log
/tmp
/public/system
/coverage/
/spec/tmp
**.orig
rerun.txt
pickle-email-*.html
config/initializers/secret_token.rb
config/secrets.yml
.rbenv-vars
## Environment normalisation:
/.bundle
/vendor/bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# these should all be checked in to normalise the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset
# if using bower-rails ignore default bower_components path bower.json files
/lib/assets/bower_components
/vendor/assets/bower_components
# Vagrant stuff
acceptance_config.yml
boxes/*
/.vagrant
/website/docs/.vagrant
/website/www/.vagrant
/vagrant-spec.config.rb
# Bundler/Rubygems
*.gem
.bundle
pkg/*
tags
test/tmp/
# Documentation
_site/*
.yardoc/
doc/
# Python
*.pyc
# RubyMine
.idea/*
*.iml
## File-based project format:
*.ipr
*.iws
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
# Ruby Managers
.rbenv
.ruby-gemset
.ruby-version
.rvmrc
# Website: docs
website/docs/.sass-cache
website/docs/build
website/docs/Rakefile
# Website: www
website/www/.sass-cache
website/www/build
website/www/Rakefile
exec/
# ignore for LaTeX
*.pdf
*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
*.blg
*.dvi
*.glg
*.gls
*.ilg
*.ind
*.lof
*.lot
*.maf
*.mtc
*.mtc1
*.out
*.synctex.gz
# can't delete these files, just ignore them instead
db/backups/
db_backup_20160216.dump
dbbackup/
public/assets/
serverstatus.sh
.DS_Store