4671c4b383
- Add spec/tmp directory with .gitkeep file to indicate the folder is intentional - Add the folder contents to .gitignore - Use this folder to output the sourcemap file during bin tests. This file is a sideeffect of the main test
20 lines
287 B
Plaintext
20 lines
287 B
Plaintext
.rvmrc
|
|
.DS_Store
|
|
/tmp/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
npm-debug.log
|
|
sauce_connect.log*
|
|
.idea
|
|
/yarn-error.log
|
|
/yarn.lock
|
|
node_modules
|
|
/handlebars-release.tgz
|
|
.nyc_output
|
|
|
|
# Generated files
|
|
lib/handlebars/compiler/parser.js
|
|
/coverage/
|
|
/dist/
|
|
/integration-testing/*/dist/
|
|
/spec/tmp/* |