From 0720f8e875477376f8e966c7b2bde64e510e8791 Mon Sep 17 00:00:00 2001 From: Rika Fujiwara Date: Wed, 24 Sep 2014 15:02:17 +0900 Subject: [PATCH 1/2] local gitignore setting --- .gitignore | 42 -------------------- html/webapp/config/install.inc.php | 64 ------------------------------ 2 files changed, 106 deletions(-) delete mode 100644 .gitignore delete mode 100644 html/webapp/config/install.inc.php diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 36b49f3..0000000 --- a/.gitignore +++ /dev/null @@ -1,42 +0,0 @@ -#----------------------------------- -#- NetCommons2用 無視ファイル設定 -#----------------------------------- - -/html/images -/html/js -/html/themes -/html/htdocs/images -/html/htdocs/js -/html/htdocs/themes - -/html/webapp/templates_c/* -/html/webapp/uploads/* - -# install.inc.php はサーバにコミットされているので、 -# この無視ファイルでは無視できない。(以下のファイル) -# html/webapp/config/install.inc.php -# そのため、以下のGit のShell コマンドで無視設定する。 -# git update-index --assume-unchanged html\webapp\config\install.inc.php -# Git Shell プロンプトを起動し、develop ブランチへ移動、無視ファイル指定のコマンドを実行する。 -# C:\Github\NetCommons2 > git init . -# C:\Github\NetCommons2 > git checkout -b develop -# C:\Github\NetCommons2 [develop +0 ~1 -0]> git update-index --assume-unchanged html\webapp\config\install.inc.php - -# Eclipse開発用無視ファイル設定 -/.settings -/.buildpath -/.project - -# MacOSXシステムファイル無視設定 -.DS_Store -__MACOSX -thumbs.db -._* -.Spotlight-V100 -.Trashes - -# Windowsシステムファイル無視設定 -Thumbs.db -ehthumbs.db -Desktop.ini -$RECYCLE.BIN/ diff --git a/html/webapp/config/install.inc.php b/html/webapp/config/install.inc.php deleted file mode 100644 index 33618f4..0000000 --- a/html/webapp/config/install.inc.php +++ /dev/null @@ -1,64 +0,0 @@ - \ No newline at end of file From 33dfc6ee992324611439612c40ebb2cc442a17fa Mon Sep 17 00:00:00 2001 From: Rika Fujiwara Date: Wed, 24 Sep 2014 15:08:35 +0900 Subject: [PATCH 2/2] Revert "local gitignore setting" This reverts commit 0720f8e875477376f8e966c7b2bde64e510e8791. --- .gitignore | 42 ++++++++++++++++++++ html/webapp/config/install.inc.php | 64 ++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) create mode 100644 .gitignore create mode 100644 html/webapp/config/install.inc.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36b49f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +#----------------------------------- +#- NetCommons2用 無視ファイル設定 +#----------------------------------- + +/html/images +/html/js +/html/themes +/html/htdocs/images +/html/htdocs/js +/html/htdocs/themes + +/html/webapp/templates_c/* +/html/webapp/uploads/* + +# install.inc.php はサーバにコミットされているので、 +# この無視ファイルでは無視できない。(以下のファイル) +# html/webapp/config/install.inc.php +# そのため、以下のGit のShell コマンドで無視設定する。 +# git update-index --assume-unchanged html\webapp\config\install.inc.php +# Git Shell プロンプトを起動し、develop ブランチへ移動、無視ファイル指定のコマンドを実行する。 +# C:\Github\NetCommons2 > git init . +# C:\Github\NetCommons2 > git checkout -b develop +# C:\Github\NetCommons2 [develop +0 ~1 -0]> git update-index --assume-unchanged html\webapp\config\install.inc.php + +# Eclipse開発用無視ファイル設定 +/.settings +/.buildpath +/.project + +# MacOSXシステムファイル無視設定 +.DS_Store +__MACOSX +thumbs.db +._* +.Spotlight-V100 +.Trashes + +# Windowsシステムファイル無視設定 +Thumbs.db +ehthumbs.db +Desktop.ini +$RECYCLE.BIN/ diff --git a/html/webapp/config/install.inc.php b/html/webapp/config/install.inc.php new file mode 100644 index 0000000..33618f4 --- /dev/null +++ b/html/webapp/config/install.inc.php @@ -0,0 +1,64 @@ + \ No newline at end of file