mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
63 lines
685 B
Plaintext
63 lines
685 B
Plaintext
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
*.swp
|
|
|
|
pids
|
|
logs
|
|
results
|
|
tmp
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
#Build
|
|
coverage
|
|
public/css/main.css
|
|
.nyc_output/*
|
|
|
|
#Libraries from npm packages
|
|
public/js/lib/bootstrap.min*
|
|
public/js/lib/jquery.min*
|
|
public/js/lib/popper.min*
|
|
|
|
# API keys and secrets
|
|
.env
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
bower_components
|
|
|
|
# Editors
|
|
.idea
|
|
.vscode
|
|
*.iml
|
|
modules.xml
|
|
*.ipr
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# OS metadata
|
|
.DS_Store
|
|
Thumbs.db
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# truffle
|
|
|
|
build/contracts
|