Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux authored Jan 25, 2024
1 parent 06cd57a commit 8a6fe39
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
debug.log
.gitignore
# Created by https://www.toptal.com/developers/gitignore/api/powershell
# Edit at https://www.toptal.com/developers/gitignore?templates=powershell

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

# End of https://www.toptal.com/developers/gitignore/api/powershell

### vscode ###
.vscode/tasks.json
.vscode/launch.json
.vscode/extensions.json
*.code-workspace

# End of https://www.toptal.com/developers/gitignore/api/hugo,vscode

0 comments on commit 8a6fe39

Please sign in to comment.