-
Notifications
You must be signed in to change notification settings - Fork 341
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (44 loc) · 1.05 KB
/
.gitignore
File metadata and controls
49 lines (44 loc) · 1.05 KB
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
### See https://www.toptal.com/developers/gitignore ###
### See https://github.com/JetBrains/intellij-platform-plugin-template/blob/main/.gitignore ###
### IntelliJ ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea
**/.idea
.intellijPlatform/
**/.intellijPlatform/
# Kotlin build cache
.kotlin
.dart_tool/
.DS_Store
.gradle/
.packages
.pub/
.vscode/
.sandbox/
artifacts/
build/
flutter-gui-tests/.gradle/
flutter-gui-tests/guitest.log
flutter-intellij.jar
flutter-intellij.zip
third_party/lib/jxbrowser/*
!third_party/lib/jxbrowser/jxbrowser-8.9.0.jar
!third_party/lib/jxbrowser/jxbrowser-swing-8.9.0.jar
!third_party/lib/java-string-similarity-2.0.0.jar
material-design-icons/
out/
pubspec.lock
releases/
resources/jxbrowser/jxbrowser.properties
.kotlin/
flutter-studio/build/
flutter-studio/.gradle/
flutter-idea/build/
flutter-idea/.gradle/
tool/plugin/.idea
lib/kotlin*
# Gradle
.gradle
/build/
gradle-app.setting