京都のkintone用javascript
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
163B

  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. # Dependency directories
  8. node_modules/
  9. # webpack build directory
  10. dist/
  11. # secret
  12. .env
  13. .vscode