-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
42 lines (32 loc) · 910 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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# phpstorm project files
.idea
# netbeans project files
nbproject
# zend studio for eclipse project files
.buildpath
.project
.settings
# Windows thumbnail cache
Thumbs.db
# MacOS DS_Store Files
.DS_Store
# Env
*.iml
# Local configuration (never to be committed)
# (keys, etc.)
_config_dev.yml # NOTE: you may use different naming, obviously
# Jekyll
.sass-cache/
_site/
.jekyll-cache/
.jekyll-metadata
# Algolia key file
# (from Algolia cli interface:)
# Please, define your API key either by:
# 1/ Defining an ENV variable when calling `jekyll algolia``
# $ ALGOLIA_API_KEY='your_api_key' jekyll algolia
# 2/ Save your API key in a named `_algolia_api_key` in your source directory
# If you do this, we strongly recommend you to NOT track this file in your versionning system.
_algolia_api_key
CNAME