Skip to content

Commit

Permalink
chore: update ignore & editconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jan 5, 2022
1 parent 23d2ae8 commit d48831b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
17 changes: 2 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,17 @@
.DS_Store
*/dist/*
dist/*
dist/web/*
dist/test/*
dist/*.json
dist/*.html
build/*
!build/icons
!build/scripts
!build/electron-publisher-custom.js
*/dist/**/*
coverage
node_modules/
npm-debug.log
npm-debug.log.*
thumbs.db
!.gitkeep
static/semantic
/semantic
*.lock
*.log
*.bin
/temp
/definitions

nat-api
p2p.network


*/build/output/*
*/build/output/*

0 comments on commit d48831b

Please sign in to comment.