mirror of
https://github.com/the-programmers-hangout/Hermes.git
synced 2026-09-04 01:06:00 +02:00
22 lines
203 B
Plaintext
22 lines
203 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
.github
|
|
|
|
# Local environment and editor files
|
|
.env
|
|
.env.*
|
|
.vscode
|
|
.idea
|
|
|
|
# Build and runtime artifacts
|
|
vendor
|
|
builds
|
|
.laracord
|
|
storage/logs
|
|
*.sqlite
|
|
|
|
# OS noise
|
|
.DS_Store
|
|
Thumbs.db
|