From bff76ad28a871b5881c910ecd0ee66a48f5482d6 Mon Sep 17 00:00:00 2001 From: deranjer Date: Fri, 27 Oct 2017 20:44:38 -0400 Subject: [PATCH] Fixing gitignore and removing some files. --- .gitignore | 12 ++++++++++++ .idea/misc.xml | 4 ---- .idea/modules.xml | 8 -------- .idea/torrent-project.iml | 9 --------- .idea/vcs.xml | 6 ------ 5 files changed, 12 insertions(+), 27 deletions(-) create mode 100644 .gitignore delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/torrent-project.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..06619b7a --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +downloads/ +storage.db.lock +storage.db +.torrent.bolt.db.lock +.torrent.bolt.db +.idea/torrent-project.iml +.idea/modules.xml +.idea/misc.xml +output.json +configtest.toml +.idea/workspace.xml +.idea/vcs.xml diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index da035de2..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index cee7cf51..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/torrent-project.iml b/.idea/torrent-project.iml deleted file mode 100644 index 5e764c4f..00000000 --- a/.idea/torrent-project.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7f..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file