Initial release cleanup.
This commit is contained in:
parent
89b7769e1e
commit
334f34d84d
5 changed files with 47 additions and 13 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -5,7 +5,13 @@
|
|||
*.class
|
||||
*.code-workspace
|
||||
*.ctxt
|
||||
*.dart.js
|
||||
*.info.json
|
||||
*.iws
|
||||
*.js
|
||||
*.js.deps
|
||||
*.js.map
|
||||
*.js_
|
||||
*.log
|
||||
*.nar
|
||||
*.rar
|
||||
|
@ -15,6 +21,9 @@
|
|||
.DS_Store
|
||||
.classpath
|
||||
.dart_tool/
|
||||
.env*
|
||||
.flutter-plugins
|
||||
.flutter-plugins-dependencies
|
||||
.gradle
|
||||
.history
|
||||
.kobalt
|
||||
|
@ -66,6 +75,7 @@ dependency-reduced-pom.xml
|
|||
deploy/
|
||||
dist/
|
||||
doc/
|
||||
doc/api/
|
||||
ehthumbs.db
|
||||
fabric.properties
|
||||
gen/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue