Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ charset = utf-8
[*.properties]
charset = latin1

[*.{yaml, yml}]
[*.{ts, tsx, js, jsx, json, yaml, yml, babelrc}]
indent_size = 2
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,13 @@ com_crashlytics_export_strings.xml

# JMH benchmark reports
jmh-report.json

# Node.js modules
node_modules

# Webpack build output
src/main/webapp/js
npm-debug.log

# node binaries from frontend-maven-plugin
node/
Empty file added .mvn_exec_node
Empty file.
Loading