A web version of my digital art exhibition presented in August 2020. https://gaetanbrochard.dev
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.
 
 
 
 

116 lines
1.7 KiB

  1. # vim
  2. *.swp
  3. *.swo
  4. *~
  5. # build and dev deprecated
  6. build
  7. dev
  8. # new build dir
  9. dist
  10. # Logs
  11. logs
  12. *.log
  13. npm-debug.log*
  14. yarn-debug.log*
  15. yarn-error.log*
  16. lerna-debug.log*
  17. # Diagnostic reports (https://nodejs.org/api/report.html)
  18. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  19. # Runtime data
  20. pids
  21. *.pid
  22. *.seed
  23. *.pid.lock
  24. # Directory for instrumented libs generated by jscoverage/JSCover
  25. lib-cov
  26. # Coverage directory used by tools like istanbul
  27. coverage
  28. *.lcov
  29. # nyc test coverage
  30. .nyc_output
  31. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  32. .grunt
  33. # Bower dependency directory (https://bower.io/)
  34. bower_components
  35. # node-waf configuration
  36. .lock-wscript
  37. # Compiled binary addons (https://nodejs.org/api/addons.html)
  38. build/Release
  39. # Dependency directories
  40. node_modules/
  41. jspm_packages/
  42. # TypeScript v1 declaration files
  43. typings/
  44. # TypeScript cache
  45. *.tsbuildinfo
  46. # Optional npm cache directory
  47. .npm
  48. # Optional eslint cache
  49. .eslintcache
  50. # Microbundle cache
  51. .rpt2_cache/
  52. .rts2_cache_cjs/
  53. .rts2_cache_es/
  54. .rts2_cache_umd/
  55. # Optional REPL history
  56. .node_repl_history
  57. # Output of 'npm pack'
  58. *.tgz
  59. # Yarn Integrity file
  60. .yarn-integrity
  61. # dotenv environment variables file
  62. .env
  63. .env.test
  64. # parcel-bundler cache (https://parceljs.org/)
  65. .cache
  66. # Next.js build output
  67. .next
  68. # Nuxt.js build / generate output
  69. .nuxt
  70. dist
  71. # Gatsby files
  72. .cache/
  73. # Comment in the public line in if your project uses Gatsby and *not* Next.js
  74. # https://nextjs.org/blog/next-9-1#public-directory-support
  75. # public
  76. # vuepress build output
  77. .vuepress/dist
  78. # Serverless directories
  79. .serverless/
  80. # FuseBox cache
  81. .fusebox/
  82. # DynamoDB Local files
  83. .dynamodb/
  84. # TernJS port file
  85. .tern-port