modules2

来自「利用java编写的文件管理系统」· 代码 · 共 23 行

TXT
23
字号
# *** modules2 currently has 'experimental' status.  Testing is encouraged but.
# for greatest stability use the modules file. ***
#
# This file describes the layout of virtual directory structures
# within the repository.
#
# The layout is similar to a Windows .ini file.  For example:
#
# [foo]
# dir1/dir2/dir3 = realdir1/realdir2
# dir1/dir3 = !realdir1/realdir3 (^*js$|^*cpp$)
#
# [bar]
# / = realdir4
# dir_to_delete =
# foo = foo
#
# The special character '!' stops recursion to directories below the one specified (-l option).
# The special character '+' stops parsing of that line, so that you can avoid infinte loops.
#
# Items in (...) are an extended regular expression applied to the filenames.  All files which do not.
# match are ignored.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?