Skip to content

Instantly share code, notes, and snippets.

@CraterMaik
Created May 24, 2019 00:40
Show Gist options
  • Save CraterMaik/6e13e721928b0331762d673de4e524ac to your computer and use it in GitHub Desktop.
Save CraterMaik/6e13e721928b0331762d673de4e524ac to your computer and use it in GitHub Desktop.
ignorar los archivos que ya no necesitamos en heroku
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
# OS or Editor folders
.DS_Store
.cache
.project
.settings
.tmproj
nbproject
Thumbs.db
# Node modules
/node_modules
# Coveralls
coverage
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# 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 directories
node_modules
jspm_packages
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# Heroku Env
.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment