Skip to content

Commit

Permalink
Enhance .gitignore files for better exclusion of unnecessary files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar authored Dec 16, 2024
1 parent 306c3fd commit 99b60d0
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
# Logs
logs
*.log
yarn-debug.log*
yarn-error.log*

node_modules
.DS_Store
*.local

# Editor directories and files
.vscode/*
.idea
.nvmrc
.docusaurus
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

website/build/
*.tsbuildinfo

scripts/lint-examples/out/

sync-api-docs/generatedComponentApiDocs.js
sync-api-docs/extracted.json

scripts/lint-examples/out/

website/.docusaurus
website/.cache-loader
website/build/

0 comments on commit 99b60d0

Please sign in to comment.