23 lines
182 B
Plaintext
23 lines
182 B
Plaintext
**/*.draft
|
|
**/*.bak
|
|
**/*.log
|
|
**/*.tmp
|
|
**/*.del
|
|
**/*.copy.*
|
|
**/*.copy*.*
|
|
|
|
# ---
|
|
# Dependencies
|
|
node_modules
|
|
|
|
# Next.js
|
|
.next
|
|
build
|
|
|
|
# Lock files
|
|
package-lock.json
|
|
|
|
# Misc
|
|
dist
|
|
public
|