.gitignore

This commit is contained in:
Tobias J. Endres 2025-02-11 20:51:41 +01:00
parent e5e19ae0a0
commit d4a69f9eea

15
.gitignore vendored
View File

@ -1,3 +1,4 @@
<<<<<<< HEAD
.DS_Store
node_modules/
package-lock.json
@ -5,3 +6,17 @@ yarn.lock
npm-debug.log
.idea/
dist/
=======
# ---> Vue
# gitignore template for Vue.js projects
#
# Recommended template: Node.gitignore
# TODO: where does this rule come from?
docs/_book
# TODO: where does this rule come from?
test/
node_modules
>>>>>>> cfdf6a3 (.gitignore)