Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrov-ua committed Nov 7, 2021
1 parent daf2427 commit 4d60d5b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

jobs:
build:
publish:

runs-on: ubuntu-latest

Expand Down
40 changes: 36 additions & 4 deletions .gitignore
@@ -1,6 +1,38 @@
*.user
*.nupkg
*.swp
*.*~
project.lock.json
.DS_Store
*.pyc
nupkg/

# Visual Studio Code
.vscode

# Rider
.idea
bin/
obj/
.vs

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

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
[Oo]ut/
msbuild.log
msbuild.err
msbuild.wrn

# Visual Studio 2015
.vs/
Binary file removed out/PolymorphicTypePropertyGenerator.0.2.1.nupkg
Binary file not shown.

0 comments on commit 4d60d5b

Please sign in to comment.