Skip to content

Instantly share code, notes, and snippets.

@brionmario
Last active March 3, 2019 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brionmario/12eee42585bfe95c1069d262860da173 to your computer and use it in GitHub Desktop.
Save brionmario/12eee42585bfe95c1069d262860da173 to your computer and use it in GitHub Desktop.
# @author - Brion Silva
# Copyright © 2018 Aparecium Labs. All Rights Reserved
# Outputs
src/**/*.js
src/**/*.js.map
src/**/*.d.ts
out-tsc
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
# 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
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Users Environment Variables
.lock-wscript
# OS generated files #
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
# Node Files #
node_modules
/bower_components/
npm-debug.log
/npm-debug.log.*
# Coverage #
/coverage/
/coverage/*
# Typing #
/src/typings/tsd/
/typings/
/tsd_typings/
# Dist #
/dist
dist
/public/__build__/
/src/*/__build__/
/__build__/**
/public/dist/
/src/*/dist/
/dist/**
/.awcache
.webpack.json
/compiled/
dll/
/tmp
/out-tsc
# Doc #
/doc/
/documentation/
# IDEs and editors
.idea/
*.swp
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# e2e
/e2e/*.js
/e2e/*.map
# misc
/.sass-cache
/connect.lock
/libpeerconnection.log
testem.log
/coverage
yarn-error.log
/typings
# Angular #
*.ngfactory.ts
*.css.shim.ts
*.ngsummary.json
*.shim.ngstyle.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment