Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoJanse committed Aug 6, 2023
1 parent a5f40ae commit efa2262
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Secrets and Keys
*.key
*.cer
*.pem
*.pfx

# Backup files
*.bak

# Ignore folders generated by Bundler
.bundle/
vendor/

# Jekyll files
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata

# Logs
*.log

# Temp files
*.tmp

# Vscode
.vscode/

0 comments on commit efa2262

Please sign in to comment.