-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (36 loc) · 1.22 KB
/
.gitignore
File metadata and controls
42 lines (36 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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/