Skip to content

Commit

Permalink
chore: tidy up gitignore and added more common files that should be i…
Browse files Browse the repository at this point in the history
…gnored (#160)
  • Loading branch information
BeeHiveJava committed Jul 10, 2020
1 parent dde95ca commit 657ed80
Showing 1 changed file with 47 additions and 9 deletions.
56 changes: 47 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,51 @@
# Compiled directories
### NetDaemon ###
# Generated app files
_EntityExtensions*

# Build scripts
packages/
scripts/version.txt

# Other
.generated
**.DS_Store

### DotnetCore ###
# .NET Core build folders
[Bb]in/
[Oo]bj/
.vs
*.user
TestResults

# MSTest test results
[Tt]est[Rr]esult*/

# Coverage files
lcov.info
codecover
**.DS_Store
.generated
scripts/version.txt
packages/
_EntityExtensions*

### VisualStudioCode ###
# Setting files
*.code-workspace
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/daemon.code-snippets

# History files
.history

### VisualStudio ###
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates

# Visual Studio 2015/2017 cache/options directory
.vs/

### Jetbrains / Rider ###
# User-specific files
.idea/

0 comments on commit 657ed80

Please sign in to comment.