mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 16:54:00 +01:00
a503c5743e
Relates to #99 Signed-off-by: Felix Bartels <felix@host-consultants.de>
26 lines
257 B
Plaintext
26 lines
257 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# App configuration
|
|
config.yml
|
|
|
|
.drone.yml |