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 99787e7 commit 3d12227Copy full SHA for 3d12227
.gitignore
@@ -1,15 +1,11 @@
1
*.iml
2
.gradle
3
/local.properties
4
-/dts-generator/.idea/workspace.xml
5
-/dts-generator/.idea/misc.xml
6
-/dts-generator/.idea/libraries
7
-/.idea/workspace.xml
8
-/.idea/libraries
+.idea/**
9
.DS_Store
10
/build
11
/captures
12
-
+sources
13
/out
14
/output
15
/newApp
dts-generator/.gitignore
@@ -1,7 +1,7 @@
local.properties
-.idea/gradle.xml
-.idea/modules.xml
+
+.idea
*.jar
/**/*.d.ts
0 commit comments