mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
4 Commits
2f806e0821
...
7629b9d1a4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7629b9d1a4 | ||
|
|
7247090aa6 | ||
|
|
6836b38f62 | ||
|
|
d403c907b1 |
@ -55,3 +55,6 @@ LineIDs.dbg.bak
|
|||||||
*.~u
|
*.~u
|
||||||
*.project.~u
|
*.project.~u
|
||||||
*.suo
|
*.suo
|
||||||
|
|
||||||
|
# TwinCAT Measurement
|
||||||
|
*.vsm
|
||||||
|
|||||||
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