Skip to content

Commit f43b168

Browse files
author
HackMemory
committed
gitignore2
1 parent a3ec70b commit f43b168

File tree

9 files changed

+5
-2
lines changed

9 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
package.hub.yml
1+
/package.hub.yml
2+
/build/*
3+
/jars/*
4+
/vendor/*
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

jars/x-jphp-dffi-ext-1.0.0.jar

0 Bytes
Binary file not shown.

package.php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ gradle:
2121
deps:
2222
- net.java.dev.jna:jna:4.5.0
2323

24-
ignore: ['/.git/**', '/package.hub.yml']
24+
ignore: ['/.git/**', '/build/*', '/jars/*', '/vendor/*', '/package.hub.yml']

0 commit comments

Comments
 (0)