Skip to content

Commit

Permalink
chore: improve metafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Jul 20, 2022
1 parent fd70653 commit 0768669
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.*
*.md
**/*.test.*
**/test.*
botfather-settings
coverage
dist
Expand Down
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.{yml,yaml}]
indent_size = 2
indent_style = space

# https://projectfluent.org/
[*.ftl]
indent_size = 2
indent_style = space
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
botfather-settings/userpic.png

# node
.nyc_output
/*-*.*.*.tgz
coverage
dist
node_modules
yarn.lock

# botfiles
additionalEvents
Expand Down

0 comments on commit 0768669

Please sign in to comment.