Skip to content

Commit 3d1d463

Browse files
committed
refactor: config配下に設定ファイルを移動
1 parent 5a31983 commit 3d1d463

14 files changed

Lines changed: 37 additions & 23 deletions

File tree

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ local.*
99
.ssh
1010

1111
### ASDF ###
12-
/asdf/*
13-
!/asdf/.tool-versions
14-
!/asdf/plugins.txt
12+
config/asdf/*
13+
!/config/asdf/.tool-versions
14+
!/config/asdf/plugins.txt
1515

1616
### Android ###
17-
/android/sdk/
18-
/.android/
19-
/local.properties
17+
config/android/sdk/
18+
config/.android/
19+
config/local.properties
2020
*.iml
21-
/.idea/
21+
config/.idea/
2222
/.gradle/
2323

2424
### AWS ###
25-
aws/credentials
25+
config/aws/credentials
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)