mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 08:10:41 +00:00
Initial commit (hugo)
This commit is contained in:
commit
c45258acec
5 changed files with 693 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Editor project settings
|
||||
.vscode/
|
||||
.replit
|
||||
|
||||
# Custom attributes for folders on Mac OS
|
||||
.DS_Store
|
||||
|
||||
# Environmental variables
|
||||
.env
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
|
||||
# Personal TODO files
|
||||
TODO
|
Loading…
Add table
Add a link
Reference in a new issue