-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
executable file
·39 lines (39 loc) · 1.58 KB
/
.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
# +-----------------------------------------------------------+
# | .gitignore - specifies intentionally untracked files |
# +-----------------------------------------------------------+
# | RubyCampus - Relationship Management for Higher Education |
# | Project Website: https://rubycampus.org |
# | kaleman [ A T ] rubycampus [ D O T ] org |
# +-----------------------------------------------------------+
#
# WARNING: .gitignore trailing spaces get interpreted and
# must be removed to avoid unpredictable results
#
# +-----------------------------------------+
# | Excludes files used by developers for |
# | external source control repositories |
# | along with miscellaneous OS specific |
# | resource files generated or any others. |
# +-----------------------------------------+
.DS_Store
.svn
sdk
po
# +----------------------------------------------------+
# | Folder placeholders for locally generated system |
# | files are exempted from being tracked but we keep |
# | them in the tree as not to raise exceptions by |
# | processes that expect them by default. |
# +----------------------------------------------------+
log/[^.]*
tmp/[^.]*/[^.]*
# +------------------------------------------------------+
# | Files with passwords and other sensitive information |
# | should not be tracked by the repository and we |
# | suggest you exclude the following files. |
# +------------------------------------------------------+
config/crypto.yml
config/database.yml
config/deploy.rb
config/email.yml
config/facebooker.yml