Skip to content

Commit

Permalink
Refine gitignore file for cleaner repository
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmadMustafa01 committed Aug 23, 2023
1 parent 9e74433 commit da851d0
Showing 1 changed file with 30 additions and 23 deletions.
53 changes: 30 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,37 @@
# Ignore system and editor files
.DS_Store
dist/electron/*
storyboards/*
dashFiles/*
static/dashFiles
static/storyboards
static/dashFiles/*
static/storyboards/*
dist/web/*
build/*
!build/icons
coverage
node_modules/
npm-debug.log
npm-debug.log.*
thumbs.db
!.gitkeep

# Ignore build artifacts
dist/
build/
coverage/
__coverage__/
.csak-timelog.json
tmp/
.cache/
data/tmp/
.tmp/
tmp/
.cache
dist
coverage
__coverage__
csak-timelog.json
*.log
*.log.*
.idea/
debug/

# Lefthook
# Ignore Node.js dependencies
node_modules/
npm-debug.log
npm-debug.log.*

# Ignore Electron-related files
dist/electron/
static/dashFiles/
static/storyboards/
static/dashFiles/*
static/storyboards/*
dist/web/

# Ignore generated dashFiles and storyboards
dashFiles/
storyboards/

# Ignore Lefthook local configuration
lefthook-local.yml

0 comments on commit da851d0

Please sign in to comment.