mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-06-05 15:10:03 +09:00
16 lines
210 B
Plaintext
16 lines
210 B
Plaintext
# Ignore OS generated files.
|
|
.DS_Store
|
|
|
|
# Ignore node_modules.
|
|
node_modules
|
|
|
|
# Ignore vendor directory.
|
|
vendor
|
|
|
|
# Ignore auto-generated lock files.
|
|
package-lock.json
|
|
composer.lock
|
|
|
|
# Ignore editor files.
|
|
.idea
|