mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Rather than cram most .gitignore content into the top-level .gitignore file, partition it into lower-level .gitignore files, as is already done with a couple subdirectories, just to be consistent. I'm sure these files could be even tidier but this seems sufficient for a first pass. Change-Id: I0cc8cb2a9d7fa82c4f6de1aef9f82107c8cc7a6a Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
11 lines
130 B
Text
11 lines
130 B
Text
# Emacs backup files
|
|
*~
|
|
*#
|
|
.#*
|
|
# Vim file artifacts
|
|
.*.sw*
|
|
# installed platform-specific binaries
|
|
/bin
|
|
/config
|
|
.DS_Store
|
|
.project
|