Bläddra i källkod

Recreate "assets" directory back in Git repository.

Git does not handle empty directory like SVN. A directory in Git must at least contain a file to be tracked.
Added .gitignore to do the work and at the same time tell Git to ignore all the symlinks/files in this directory.
weitjong 12 år sedan
förälder
incheckning
2ef2e65872
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      Source/Android/assets/.gitignore

+ 3 - 0
Source/Android/assets/.gitignore

@@ -0,0 +1,3 @@
+# Ignore everything as it just contains symlinks or copied of files (Windows platform without MKLINK)
+*
+!.gitignore