chore(project) gitignore, example for debugging, package.json

This commit is contained in:
Benjamin Wegener
2023-11-19 16:14:28 +00:00
parent 683d973857
commit bd4b8a7a59
5 changed files with 87 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Ignore node_modules directory
node_modules/
# Ignore build output
dist/
build/
# Ignore development server files
webpack-dev-server/
# Ignore IDE and editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Ignore logs and debugging files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Ignore OS generated files
.DS_Store
Thumbs.db