Skip to content

Commit

Permalink
fix gitignore template not found
Browse files Browse the repository at this point in the history
  • Loading branch information
glazec committed Dec 31, 2020
1 parent f64cbc1 commit cd66b92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion templates/templates.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let fs = require('fs')
let path = require('path')
const gitIgnore = fs.readFileSync(path.resolve(__dirname, './.gitignore'))
const gitIgnore = fs.readFileSync(path.resolve(__dirname, './gitignore'))
const solcover = fs.readFileSync(path.resolve(__dirname, './solcover.js'))
const slither = fs.readFileSync(path.resolve(__dirname, './slither.config.json'))
const hardhatConfig = fs.readFileSync(path.resolve(__dirname, './hardhat.config.js'))
Expand Down

0 comments on commit cd66b92

Please sign in to comment.