Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tastreu authored Sep 26, 2018
1 parent 00d1745 commit af8156b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Created by https://www.gitignore.io/api/powershell,visualstudiocode,chocolatey,au

### PowerShell ###
# Exclude packaged modules
*.zip

# Exclude .NET assemblies from source
*.dll

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### Chocolatey ###
# Exclude packaged modules
*.nupkg

### AU ###

*.nupkg
/update_vars.ps1
/Update-AUPackages.md
/update_info.xml
/api_key
/Update-History.md
/Update-Force-Test*.md
.vscode
*.jar
*.exe
*.7z
*.msi
*.rar
*.zip
/invoke-build/tools/InvokeBuild
/plantuml/tools/PlantUML_Language_Reference_Guide.pdf

# End of https://www.gitignore.io/api/powershell,visualstudiocode,chocolatey,au

0 comments on commit af8156b

Please sign in to comment.