Skip to content

Commit

Permalink
Merge pull request #106 from QuickCorp/v2.4-temp
Browse files Browse the repository at this point in the history
ensure build process
  • Loading branch information
jeanmachuca authored Oct 21, 2024
2 parents 1346612 + 3d4f5f8 commit e627795
Show file tree
Hide file tree
Showing 13 changed files with 5,640 additions and 31 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.js
src/*.js
src/**/*.js
node_modules/**/*
node_modules
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
.DS_Store
config.json
build
# Logs
logs
*.log
Expand Down Expand Up @@ -46,6 +45,7 @@ build/Release
# Dependency directories
node_modules
node_modules/
node_modules/**/*
jspm_packages/

# TypeScript v1 declaration files
Expand Down
Loading

0 comments on commit e627795

Please sign in to comment.