mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
25 lines
293 B
Plaintext
25 lines
293 B
Plaintext
# Dependencies and AdonisJS build
|
|
node_modules
|
|
build
|
|
tmp
|
|
|
|
# Secrets
|
|
.env
|
|
.env.local
|
|
.env.production.local
|
|
.env.development.local
|
|
|
|
# Frontend assets compiled code
|
|
public/assets
|
|
|
|
# Build tools specific
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Editors specific
|
|
.fleet
|
|
.idea
|
|
|
|
# Platform specific
|
|
.DS_Store
|