52 lines
614 B
Plaintext
52 lines
614 B
Plaintext
# Logs
|
|
# logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Resources
|
|
package-lock.json
|
|
/dist/
|
|
_resources
|
|
librairies.txt
|
|
|
|
# electron
|
|
build/Logiquiz.provisionprofile
|
|
|
|
# fonts
|
|
public/fonts/HKGroteskWide-ExtraBold.woff
|
|
public/fonts/HKGroteskWide-ExtraBold.woff2
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
#h5p
|
|
h5p/libraries
|
|
h5p/content
|
|
|
|
# Misc
|
|
.DS_Store
|
|
Thumbs.db
|