From db8abe8ae1c88fa498fdc7f9ac5a3c8bbea31dae Mon Sep 17 00:00:00 2001 From: dpalou Date: Tue, 25 Sep 2018 15:26:29 +0200 Subject: [PATCH] MOBILE-2593 git: Add www folder in the git repository --- .gitignore | 1 + www/README.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 www/README.md diff --git a/.gitignore b/.gitignore index a9aaff62a..8abc64b75 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ platforms/ /plugins/android.json /plugins/ios.json www/ +!www/README.md $RECYCLE.BIN/ .DS_Store diff --git a/www/README.md b/www/README.md new file mode 100644 index 000000000..10422efc9 --- /dev/null +++ b/www/README.md @@ -0,0 +1 @@ +This folder only contains compiled code and assets. Please do not modify files in this folder, the app code is in the "src" folder.