mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-21 16:31:56 +00:00
16 lines
188 B
Text
Executable file
16 lines
188 B
Text
Executable file
# dependencies installed by npm
|
|
node_modules
|
|
|
|
# build artefacts
|
|
public/*
|
|
!public/uploads/.gitkeep
|
|
|
|
# secrets and errors
|
|
.env
|
|
.log
|
|
|
|
# macOS related files
|
|
.DS_Store
|
|
|
|
# editor config
|
|
.vscode
|