Skip to content

Commit

Permalink
deleting unnecessary files from Git
Browse files Browse the repository at this point in the history
  • Loading branch information
FabriceMru committed Feb 20, 2025
1 parent 861f430 commit 17c7201
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,40 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# NEWLogs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Node Modules und Build-Verzeichnisse
node_modules/
dist/
.next/
.nuxt/
out/
build/

# Umgebungsvariablen
.env
.env.local
.env.development
.env.production
.env.test
.env.*.local

# Editor-spezifische Dateien
.vscode/
.idea/
.DS_Store
Thumbs.db

# Paket-Manager Lock-Dateien (falls nicht nötig)
package-lock.json
yarn.lock
pnpm-lock.yaml
.gitignore/
.gitignore

0 comments on commit 17c7201

Please sign in to comment.