https://github.com/FGPE-Erasmus/yapexil-mef-converter
Raw File
Tip revision: 198b5a8d6cf13aceeb7798e78295d1fc869ef438 authored by josepaiva94@gmail.com on 16 June 2021, 13:27:36 UTC
fix feedback
Tip revision: 198b5a8
.gitignore
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Editors
.idea

# Lib
lib

# npm package lock
package-lock.json
yarn.lock

others
output.zip
.DS_Store
back to top