-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
49 lines (43 loc) · 876 Bytes
/
.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
.idea
*.iml
.sass-cache
# dest dir for generated files
/build/
/public/
/_site/
# Auto-generated markdown files for different languages
_docs/[a-z][a-z]/*.md
_docs/[a-z][a-z][a-z]/*.md
_docs/[a-z][a-z][a-z]/[A-Z]*/*.md
_docs/[a-z][a-z]_[A-Z]*/*.md
_pages/[a-z][a-z]/*.md
_pages/[a-z][a-z][a-z]/*.md
_pages/[a-z][a-z][a-z]_[A-Z]*/*.md
_pages/[a-z][a-z]_[A-Z]*/*.md
_posts/[a-z][a-z]/*.md
_posts/[a-z][a-z][a-z]/*.md
_posts/[a-z][a-z][a-z]_[A-Z]*/*.md
_posts/[a-z][a-z]_[A-Z]*/*.md
# po4a generates these as part of its process
po/*.en.po
_apps/*
node_modules/*
bower_components/*
*.sublime-project
*.sublime-workspace
*.log
.idea
*.swp
.bundle
.idea
.vscode
Gemfile.lock
vendor
userconfig.yml
_userconfig.yml
.jekyll-cache
.jekyll-metadata
# vagrant can be used to setup an env just like the production Docker
# install as run in .gitlab-ci.yml:
# vagrant up
/.vagrant/