.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. # vscode
  2. .vscode
  3. # hardhat
  4. artifacts
  5. cache
  6. deployments
  7. node_modules
  8. cache/
  9. artifacts/
  10. coverage*
  11. typechain/
  12. .vscode/*
  13. !.vscode/settings.json.default
  14. !.vscode/launch.json.default
  15. !.vscode/extensions.json.default
  16. node_modules/
  17. .env
  18. .yalc
  19. yalc.lock
  20. contractsInfo.json
  21. deployments/hardhat
  22. deployments/localhost
  23. # don't push the environment vars!
  24. .env
  25. # Built application files
  26. .DS*
  27. *.apk
  28. *.ap_
  29. *.aab
  30. # Files for the ART/Dalvik VM
  31. *.dex
  32. # Java class files
  33. *.class
  34. # Generated files
  35. bin/
  36. gen/
  37. out/
  38. # Uncomment the following line in case you need and you don't have the release build type files in your app
  39. # release/
  40. # Gradle files
  41. .gradle/
  42. build/
  43. # Local configuration file (sdk path, etc)
  44. local.properties
  45. # Proguard folder generated by Eclipse
  46. proguard/
  47. # Log Files
  48. *.log
  49. # Android Studio Navigation editor temp files
  50. .navigation/
  51. # Android Studio captures folder
  52. captures/
  53. # IntelliJ
  54. *.iml
  55. .idea/workspace.xml
  56. .idea/tasks.xml
  57. .idea/gradle.xml
  58. .idea/assetWizardSettings.xml
  59. .idea/dictionaries
  60. .idea/libraries
  61. # Android Studio 3 in .gitignore file.
  62. .idea/caches
  63. .idea/modules.xml
  64. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  65. .idea/navEditor.xml
  66. # Keystore files
  67. # Uncomment the following lines if you do not want to check your keystore files in.
  68. #*.jks
  69. #*.keystore
  70. # External native build folder generated in Android Studio 2.2 and later
  71. .externalNativeBuild
  72. # Google Services (e.g. APIs or Firebase)
  73. # google-services.json
  74. # Freeline
  75. freeline.py
  76. freeline/
  77. freeline_project_description.json
  78. # fastlane
  79. fastlane/report.xml
  80. fastlane/Preview.html
  81. fastlane/screenshots
  82. fastlane/test_output
  83. fastlane/readme.md
  84. # Version control
  85. vcs.xml
  86. # lint
  87. lint/intermediates/
  88. lint/generated/
  89. lint/outputs/
  90. lint/tmp/
  91. # lint/reports/
  92. node_modules
  93. node_modules