Skip to content

Commit

Permalink
improved ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Hawksworth committed Jun 13, 2019
1 parent 334273c commit 07db389
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5,366 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");

module.exports = function(config) {

// A useful way to reference to the context we are runing eleventy in
// A useful way to reference the context we are runing eleventy in
let env = process.env.ELEVENTY_ENV;

// Layout aliases can make templates more portable
Expand Down
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# dependecies installed by npm
/node_modules

# build artefacts
/dist
/src/site/_includes/css

# secrets and errors
.env
/yarn-error.log

# macOS related files
.DS_Store
.AppleDouble
.LSOverride
Loading

0 comments on commit 07db389

Please sign in to comment.