.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. .idea
  67. # Keystore files
  68. # Uncomment the following lines if you do not want to check your keystore files in.
  69. #*.jks
  70. #*.keystore
  71. # External native build folder generated in Android Studio 2.2 and later
  72. .externalNativeBuild
  73. # Google Services (e.g. APIs or Firebase)
  74. # google-services.json
  75. # Freeline
  76. freeline.py
  77. freeline/
  78. freeline_project_description.json
  79. # fastlane
  80. fastlane/report.xml
  81. fastlane/Preview.html
  82. fastlane/screenshots
  83. fastlane/test_output
  84. fastlane/readme.md
  85. # Version control
  86. vcs.xml
  87. # lint
  88. lint/intermediates/
  89. lint/generated/
  90. lint/outputs/
  91. lint/tmp/
  92. # lint/reports/
  93. node_modules
  94. node_modules