mirror of
https://github.com/serverless/serverless.git
synced 2026-02-01 16:07:28 +00:00
Add a subdirectory so that all directories which are generated for the tests are stored there. Furthermore old tests are updated so that they use the tmpDir name generated by the test utils functionality. This makes working with Docker way better as the tmpDirs are not created It the root directory.
44 lines
674 B
Plaintext
Executable File
44 lines
674 B
Plaintext
Executable File
# Logs
|
|
*.log
|
|
npm-debug.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
dist
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directory
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
|
node_modules
|
|
|
|
# IDE stuff
|
|
**/.idea
|
|
|
|
# OS stuff
|
|
.DS_Store
|
|
.tmp
|
|
|
|
# Serverless stuff
|
|
admin.env
|
|
.env
|
|
tmp
|
|
.coveralls.yml
|
|
tracking-id
|
|
tmpdirs-serverless
|