personal-tracker/.gitignore

25 lines
237 B
Plaintext
Raw Normal View History

2024-05-02 23:00:48 +00:00
#----------------
# Server Files
#----------------
# Build Files
target/
2024-05-04 21:10:09 +00:00
dist/
2024-05-02 23:00:48 +00:00
2024-05-03 00:08:39 +00:00
# Test DB data
dev-db/
2024-05-02 23:00:48 +00:00
#--------
# Misc
#--------
# Environment Files
.env
.env.production
# MacOS Specific Files
.DS_Store
# Jetbrains Folder
.idea/