diff options
author | 2022-08-01 14:39:55 -0700 | |
---|---|---|
committer | 2022-08-01 14:39:55 -0700 | |
commit | df21f093503592d1ab9f1148275ef925bfdef786 (patch) | |
tree | 043d753272bfbf8d8f64643928811e1f5dc44449 /.idea/.gitignore | |
download | touchpad-df21f093503592d1ab9f1148275ef925bfdef786.tar.gz touchpad-df21f093503592d1ab9f1148275ef925bfdef786.tar.zst touchpad-df21f093503592d1ab9f1148275ef925bfdef786.zip |
Initial Commit
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 |