]> Skullheadx's Git Forge - Pygame-Jam.git/commitdiff
?
authorSkullheadx <704277@pdsb.net>
Wed, 6 Jul 2022 02:20:46 +0000 (22:20 -0400)
committerSkullheadx <704277@pdsb.net>
Wed, 6 Jul 2022 02:20:46 +0000 (22:20 -0400)
.gitignore [new file with mode: 0644]
.idea/.gitignore [new file with mode: 0644]
__pycache__/Game.cpython-39.pyc
__pycache__/Player.cpython-39.pyc

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..86ff0f3
--- /dev/null
@@ -0,0 +1,10 @@
+
+.idea/inspectionProfiles/profiles_settings.xml
+.idea/inspectionProfiles/Project_Default.xml
+.idea/misc.xml
+.idea/modules.xml
+.idea/vcs.xml
+__pycache__/Block.cpython-39.pyc
+.idea/Pygame-Jam.iml
+__pycache__/Game.cpython-39.pyc
+__pycache__/Player.cpython-39.pyc
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644 (file)
index 0000000..13566b8
--- /dev/null
@@ -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
index 0a29bebde71608d5d51352cedfcf6922993810ea..a1c42609e104821cc4628ffc035655c50be2054c 100644 (file)
Binary files a/__pycache__/Game.cpython-39.pyc and b/__pycache__/Game.cpython-39.pyc differ
index 1a4444df2214c7fa60250a16f405043aaaa8a093..4f0febf1d69ea6278e9290c9d6468586078b785a 100644 (file)
Binary files a/__pycache__/Player.cpython-39.pyc and b/__pycache__/Player.cpython-39.pyc differ