Skip to content

Commit d3edc66

Browse files
fangismCQ Bot
authored andcommitted
[fx] Use dedicated config subdir
Populating this dir with a README also ensures the dir's existence without every use case having to 'mkdir -p' it. Bug: 405468826 Change-Id: Ib5fd75149055fcaba361316963bda3680ae4608c Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1236185 Reviewed-by: Aaron Wood <[email protected]> Fuchsia-Auto-Submit: David Fang <[email protected]> Reviewed-by: Oliver Newman <[email protected]> Commit-Queue: Auto-Submit <[email protected]>
1 parent 37d8e30 commit d3edc66

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.fx/config/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# fx configs
2+
3+
Place configuration files that influence `fx` operation in this directory.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ tables_generator_tests_*.txt
6363
# instead of adding new top-level files, to avoid cluttering this .gitignore
6464
# file and the top level of local checkouts.
6565
/.fx/
66+
!/.fx/config/README.md
6667
.fx-build-dir
6768
.fx-build-profile-config
6869
.fx-build-metrics-config

0 commit comments

Comments
 (0)