Skip to content

Commit

Permalink
build: config files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shivajivarma committed Apr 3, 2024
1 parent 7e292d6 commit d5f0777
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
# editorconfig-tools is unable to ignore longs strings or urls
max_line_length = off

[CHANGELOG.md]
indent_size = false
max_line_length = off
21 changes: 19 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# IDE files
.idea
dist
.idea/

# Distribution directories
dist/

# Dependency directories
node_modules/

# Coverage files
*.lcov
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"exports": "./mod.ts",
"exclude": [
"dist",
".run"
".run",
".github/"
],
"publish": {
"exclude": [
".github/",
"test/"
]
},
Expand Down

0 comments on commit d5f0777

Please sign in to comment.