Răsfoiți Sursa

Update project files

Wolf Clement 4 ani în urmă
părinte
comite
268f061932
3 a modificat fișierele cu 20 adăugiri și 0 ștergeri
  1. 8 0
      .gitignore
  2. 0 0
      skins/.gitkeep
  3. 12 0
      soulmate.sublime-project

+ 8 - 0
.gitignore

@@ -1,2 +1,10 @@
+# Project files
+*.sublime-workspace
+
+# Build artifacts
 *.o
 soulmate
+
+# Server files
+/assets/*
+/skins/*

+ 0 - 0
skins/.gitkeep


+ 12 - 0
soulmate.sublime-project

@@ -0,0 +1,12 @@
+{
+	"folders": [
+    {
+      "path": ".",
+      "file_exclude_patterns": ["soulmate"],
+      "folder_exclude_patterns": ["assets", "obj", "skins"]
+    }
+	],
+  "settings": {
+    "tab_size": 2
+  }
+}