mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
4 Commits
9205f9a705
...
18e1457825
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18e1457825 | ||
|
|
57286c3887 | ||
|
|
90db345f0d | ||
|
|
d403c907b1 |
@ -21,6 +21,7 @@ Homestead.yaml
|
|||||||
Homestead.json
|
Homestead.json
|
||||||
/.vagrant
|
/.vagrant
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
|
/.phpunit.cache
|
||||||
|
|
||||||
/public/build
|
/public/build
|
||||||
/storage/pail
|
/storage/pail
|
||||||
|
|||||||
36
knowledgeBuilder
Normal file
36
knowledgeBuilder
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# Flutter/Dart/Pub
|
||||||
|
.dart_tool/
|
||||||
|
.packages
|
||||||
|
.pub-cache/
|
||||||
|
build/
|
||||||
|
.flutter-plugins
|
||||||
|
.flutter-plugins-dependencies
|
||||||
|
.pub/
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Android
|
||||||
|
**/android/app/debug/
|
||||||
|
**/android/app/profile/
|
||||||
|
**/android/app/release/
|
||||||
|
*.iml
|
||||||
|
.gradle/
|
||||||
|
local.properties
|
||||||
|
|
||||||
|
# iOS
|
||||||
|
ios/Flutter/Flutter.framework
|
||||||
|
ios/Flutter/Flutter.podspec
|
||||||
|
ios/Pods/
|
||||||
|
ios/Runner.xcworkspace/
|
||||||
|
ios/Flutter/Flutter.xcconfig
|
||||||
|
ios/Flutter/App.framework
|
||||||
|
ios/.symlinks/
|
||||||
|
|
||||||
|
# Xcode build folders
|
||||||
|
ios/build/
|
||||||
|
DerivedData/
|
||||||
|
*.xcworkspace/xcuserdata/
|
||||||
|
|
||||||
|
# Others
|
||||||
|
*.log
|
||||||
|
*.lock
|
||||||
Loading…
Reference in New Issue
Block a user