We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e299d21 commit 3e19af2Copy full SHA for 3e19af2
.gitignore
@@ -1,13 +1,17 @@
1
*.iml
2
.gradle
3
/local.properties
4
-.idea/**
+/dts-generator/.idea/workspace.xml
5
+/dts-generator/.idea/misc.xml
6
+/dts-generator/.idea/libraries
7
+/.idea/workspace.xml
8
+/.idea/libraries
9
.DS_Store
10
/build
11
/captures
-sources
12
+
13
/out
14
/output
15
/newApp
16
/dts_gen_app
-testparams.txt
17
+testparams.txt
dts-generator/.gitignore
@@ -1,7 +1,7 @@
local.properties
-
-.idea
+.idea/gradle.xml
+.idea/modules.xml
*.jar
/**/*.d.ts
0 commit comments