1
mirror of https://gitlab.com/jessieh/simple-shortener.git synced 2024-09-18 19:51:45 +00:00

Add .gitignore to assets branch

This commit is contained in:
Jessie Hildebrandt 2022-02-01 23:39:23 -05:00
parent 3630525bc1
commit c2ef0f1882

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
# simple-shortener .gitignore
# Temp files
*~
\#*\#
.\#*
# Assorted log files
.log/
*.log
# Database files (and any accompanying journals)
src/db/*
# Configuration file
config.env