Skip to content

Commit

Permalink
fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
PaluMacil committed Jun 19, 2018
1 parent 41517bd commit a5400e5
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 58 deletions.
47 changes: 46 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,49 @@
*.csproj.user
/.vs
bin/
obj/
obj/

# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
dist/
dist-server/
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

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

# System Files
.DS_Store
Thumbs.db
13 changes: 0 additions & 13 deletions Web/ClientApp/.editorconfig

This file was deleted.

44 changes: 0 additions & 44 deletions Web/ClientApp/.gitignore

This file was deleted.

0 comments on commit a5400e5

Please sign in to comment.