From e9134357a794fe117b2a6692345010a165cd3a5d Mon Sep 17 00:00:00 2001 From: Douwe Ravers Date: Tue, 16 Dec 2025 00:34:20 +0100 Subject: [PATCH] updated gitignore --- .gitignore | 4 +- .idea/.gitignore | 8 - .idea/.name | 1 - .idea/Screeps.iml | 2 - .idea/editor.xml | 344 ------------------------------------------ .idea/misc.xml | 7 - .idea/modules.xml | 8 - .idea/vcs.xml | 8 - .vscode/settings.json | 116 -------------- README.md | 1 - 10 files changed, 3 insertions(+), 496 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/Screeps.iml delete mode 100644 .idea/editor.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index c795b05..a139ae2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +# Build files +build/* +dist/* diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 40c5e4e..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -douwco_hivemind \ No newline at end of file diff --git a/.idea/Screeps.iml b/.idea/Screeps.iml deleted file mode 100644 index f08604b..0000000 --- a/.idea/Screeps.iml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/.idea/editor.xml b/.idea/editor.xml deleted file mode 100644 index 963c96f..0000000 --- a/.idea/editor.xml +++ /dev/null @@ -1,344 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 0b76fe5..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 473cffd..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index cc407db..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index c9a2aef..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "files.associations": { - "__hash_table": "cpp", - "__string": "cpp", - "algorithm": "cpp", - "functional": "cpp", - "locale": "cpp", - "utility": "cpp", - "mutex": "cpp", - "shared_mutex": "cpp", - "stop_token": "cpp", - "cassert": "cpp", - "vector": "cpp", - "optional": "cpp", - "*.inc": "cpp", - "thread": "cpp", - "atomic": "cpp", - "__config": "cpp", - "__debug": "cpp", - "__errc": "cpp", - "__functional_03": "cpp", - "__mutex_base": "cpp", - "__nullptr": "cpp", - "__split_buffer": "cpp", - "__tree": "cpp", - "any": "cpp", - "array": "cpp", - "bit": "cpp", - "bitset": "cpp", - "cctype": "cpp", - "charconv": "cpp", - "chrono": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "codecvt": "cpp", - "compare": "cpp", - "complex": "cpp", - "condition_variable": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "deque": "cpp", - "exception": "cpp", - "filesystem": "cpp", - "forward_list": "cpp", - "iterator": "cpp", - "list": "cpp", - "map": "cpp", - "memory_resource": "cpp", - "regex": "cpp", - "set": "cpp", - "string": "cpp", - "type_traits": "cpp", - "unordered_map": "cpp", - "unordered_set": "cpp", - "fstream": "cpp", - "future": "cpp", - "initializer_list": "cpp", - "iomanip": "cpp", - "ios": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "istream": "cpp", - "limits": "cpp", - "memory": "cpp", - "new": "cpp", - "numeric": "cpp", - "ostream": "cpp", - "queue": "cpp", - "random": "cpp", - "ratio": "cpp", - "span": "cpp", - "sstream": "cpp", - "stack": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "string_view": "cpp", - "strstream": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "typeinfo": "cpp", - "valarray": "cpp", - "variant": "cpp", - "cerrno": "cpp", - "cfloat": "cpp", - "climits": "cpp", - "concepts": "cpp", - "format": "cpp", - "numbers": "cpp", - "semaphore": "cpp", - "cfenv": "cpp", - "cinttypes": "cpp", - "__bit_reference": "cpp", - "__functional_base": "cpp", - "__locale": "cpp", - "__node_handle": "cpp", - "__sso_allocator": "cpp", - "__std_stream": "cpp", - "__threading_support": "cpp", - "__tuple": "cpp", - "csignal": "cpp", - "coroutine": "cpp", - "source_location": "cpp", - "stdfloat": "cpp", - "typeindex": "cpp", - "version": "cpp", - "__functional_base_03": "cpp", - "__memory": "cpp" - } -} \ No newline at end of file diff --git a/README.md b/README.md index eb86a8f..6aae4e3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Douwco Hivemind This is the sourcecode of my hivemind implementation for the MMO-programming game Screeps. This is mainly designed to learn programming with C++. This is possible throught the work done in the screepxx project, which I will and try to expand as well. - # Running the project All commands are run starting from the root directory.