Skip to content

Commit

Permalink
add new ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagochirana committed Jul 24, 2024
1 parent 5a58812 commit 0d622c9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,35 @@
*.byebug_history

*/target

# Logs
*/logs
*/*.log
*/npm-debug.log*
*/yarn-debug.log*
*/yarn-error.log*
*/pnpm-debug.log*
*/lerna-debug.log*

*/node_modules
*/.DS_Store
*/dist
*/dist-ssr
*/coverage
*/*.local

*/cypress/videos/
*/cypress/screenshots/

# Editor directories and files
*.vscode/*
*!.vscode/extensions.json
*.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

*.tsbuildinfo

0 comments on commit 0d622c9

Please sign in to comment.