diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-06-14 14:37:02 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-06-14 14:37:02 -0500 |
commit | d0138b92ae002002d520b9871764039e678930b7 (patch) | |
tree | 801822642db2cb9c9a4bd7d36067d9098733420f /.idea/.gitignore | |
parent | 7f0d14fe6fe950ebdbe1fbeffb644d4535680f62 (diff) | |
download | hn-d0138b92ae002002d520b9871764039e678930b7.tar.gz hn-d0138b92ae002002d520b9871764039e678930b7.tar.bz2 hn-d0138b92ae002002d520b9871764039e678930b7.zip |
fix: code quality and formatting
Diffstat (limited to '.idea/.gitignore')
-rw-r--r-- | .idea/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml |