forked from LambdaEd1th/TwinKleS.ToolKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
77 lines (61 loc) · 1.3 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Git
/.git
# System - Windows
/**/desktop.ini
# System - Macintosh
/**/.DS_Store
# Environment - Visual Studio
/**/.vs
/**/*.vcxproj.user
/**/*.csproj.user
# Environment - Visual Studio Code
/**/.vscode
# Environment - Xcode
/**/xcuserdata
/**/xcshareddata
# Environment - IntelliJ IDEA
/**/.idea
# Environment - Xmake
/**/.xmake
# Environment - Gradle
/**/.gradle
# Environment - Flutter
/**/pubspec.lock
/**/.dart_tool
/**/.flutter-plugins
/**/.flutter-plugins-dependencies
# Common
/common/certificate
# Module - Kernel
/Kernel/.build
/Kernel/.project
# Module - Shell
/Shell/.build
/Shell/.project
# Module - Script
/Script/.build
# Module - Assistant
/Assistant/build
/Assistant/.metadata
/Assistant/windows/flutter/ephemeral
/Assistant/linux/flutter/ephemeral
/Assistant/macos/Flutter/ephemeral
/Assistant/macos/Pods
/Assistant/macos/Podfile
/Assistant/macos/Podfile.lock
/Assistant/android/local.properties
/Assistant/ios/Flutter/ephemeral
/Assistant/ios/Flutter/Generated.xcconfig
/Assistant/ios/Flutter/flutter_export_environment.sh
/Assistant/ios/Flutter/Flutter.podspec
/Assistant/ios/Pods
/Assistant/ios/Podfile
/Assistant/ios/Podfile.lock
/Assistant/ios/.symlinks
# Module - AssistantPlus
/AssistantPlus/.build
/AssistantPlus/Application/.editorconfig
# Miscellaneous
/.unused
/.temporary
/.distribution