forked from thecartercenter/nemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
68 lines (56 loc) · 1.14 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
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
.bundle
.DS_Store
db/*.sqlite3
db/sphinx
log
tmp/
railsenv
config/railsenv
config/database.yml
config/mysql2postgres.yml
config/thinking_sphinx.yml
config/memcached_server
TODO
.sass-cache/
NOTES
# Frappe configuration
frpc.ini
# IDE
.vscode/*
.idea/*
!/.idea/runConfigurations/
# MS Office backup files
~$*
# compiled assets
public/assets
public/javascripts/i18n.js
app/assets/javascripts/i18n/
# these are auto generated
config/*.sphinx.conf
# Read the docs files
*.mo
docs/readthedocs/_build
# manually generated files for quick searching
rake_tasks.txt
routes.txt
# Theme-related things
/app/assets/stylesheets/application_*.scss
/app/assets/stylesheets/all/themes/_custom_theme.scss
/app/assets/images/logos/custom
/config/settings/themes/custom.yml
/theme
# file uploads
/uploads/
/storage/
/public/form-attachments/
# Bundle installs
vendor/bundle/
/public/packs
/public/packs-test
node_modules/
yarn-*.log*
.yarn-integrity
# Configuration. We don't ignore the .env.development, .env.production, etc. files as per
# the recommendation of the gem. We also don't ignore .env since that's where default values for
# configurations will go.
.env*.local