Skip to content
Snippets Groups Projects
.gitignore 153 B
# src
target
tests
bin

# maid
.maid/cache
.maid/temp

# environment variables
.env
.env.production

# todo
*.todo
TODO.md

# jetbrains
.idea
.fleet
test