mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-16 22:46:04 +01:00
29 lines
289 B
Plaintext
29 lines
289 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Dependency directories
|
|
node_modules
|
|
|
|
# Dotenv environment variable files
|
|
.env
|
|
|
|
# Gatsby files
|
|
.cache
|
|
public
|
|
|
|
# Mac files
|
|
.DS_Store
|
|
|
|
# Yarn
|
|
yarn-error.log
|
|
.yarn-integrity
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
|
|
# Dev metadata file
|
|
*.temp.json
|