mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 06:34:24 +01:00
Added the applesauce directory to .gitignore to exclude the local reference copy of the applesauce monorepo from being committed to the project repository.
14 lines
109 B
Plaintext
14 lines
109 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Build output
|
|
dist
|
|
|
|
# Misc
|
|
*.log
|
|
.DS_Store
|
|
|
|
# Applesauce Reference
|
|
applesauce
|
|
|