Skip to content

Commit

Permalink
refactor: .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Jan 27, 2025
1 parent ded7e5b commit 088452b
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
# Any private crt and keys #
############################
########################
# Any crt/keys/license #
########################
*.crt
*.key
*~
\#*

# OS Specific #
###############
##########################
# Backup/temporary files #
##########################
*~
\#*

##################
# MacOS specific #
##################
Thumbs.db
.DS_Store

########################
# Code editor specific #
########################
.idea
.vscode

########
# Logs #
########
*.log

0 comments on commit 088452b

Please sign in to comment.