mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-21 16:31:56 +00:00
17 lines
188 B
Text
17 lines
188 B
Text
|
# 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
|