nim-codex/.gitignore
Tanguy 499890d44c
Revert "[build] track nim-libp2p's unstable branch"
This reverts commit 8899b68d1a4e438e7125c37d001cb9673b243e19.
2022-11-25 12:43:20 -06:00

36 lines
507 B
Plaintext

*
!*/
!*.*
*.exe
!Dockerfile
!Makefile
nimcache/
# Executables shall be put in an ignored build/ directory
build/
# Coverage data shall be put in an ignored coverage/ directory
coverage/
# Shallow clone of the repo will be placed her for use with testground
scratch/
# Nimble packages
/vendor/.nimble
# Nimble user files
nimble.develop
nimble.paths
# vscode
.vscode
# Each developer can create a personal .env file with
# local settings overrides (e.g. WEB3_URL)
.env
.update.timestamp
codex.nims