Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed May 17, 2018
1 parent 3b46792 commit 8ae2982
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions projects/ngx-masonry-gallery-lib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# See http:https://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/dist-demo
/tmp
/out-tsc

# dependencies
/node_modules

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings

# System Files
.DS_Store
Thumbs.db

0 comments on commit 8ae2982

Please sign in to comment.