github.com/tada-team/tdproto@v1.51.57/codegen/dart/lib_template/.gitignore (about) 1 # Miscellaneous 2 *.class 3 *.log 4 *.pyc 5 *.swp 6 .DS_Store 7 .atom/ 8 .buildlog/ 9 .history 10 .svn/ 11 12 # IntelliJ related 13 *.iml 14 *.ipr 15 *.iws 16 .idea/ 17 18 # The .vscode folder contains launch configuration and tasks you configure in 19 # VS Code which you may wish to be included in version control, so this line 20 # is commented out by default. 21 #.vscode/ 22 23 # Files and directories created by pub 24 .dart_tool/ 25 .packages 26 27 # Conventional directory for build outputs 28 build/ 29 30 # Directory created by dartdoc 31 doc/api/ 32 33 pubspec.lock