Skip to content

Commit

Permalink
Merge pull request #16 from marton987/x_fixing_gitignore
Browse files Browse the repository at this point in the history
Fixing .gitignore
  • Loading branch information
chitty authored Mar 24, 2017
2 parents a47963e + 01ffa81 commit b85a4b6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,41 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp

# dependencies
node_modules/
.idea/

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

# 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
testem.log
/typings

# e2e
/e2e/*.js
/e2e/*.map

#System Files
.DS_Store
Thumbs.db

0 comments on commit b85a4b6

Please sign in to comment.