mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
20 lines
273 B
Text
20 lines
273 B
Text
# Emacs backup files
|
|
*~
|
|
*#
|
|
.#*
|
|
# Vim file artifacts
|
|
.*.sw*
|
|
# installed platform-specific binaries
|
|
/bin
|
|
/config
|
|
.DS_Store
|
|
.project
|
|
# omit Go vendor directories
|
|
vendor/
|
|
.vscode
|
|
.gradle
|
|
.idea
|
|
# Dependency directories
|
|
node_modules/
|
|
# Ignore Gradle build output directory
|
|
build
|