mirror of
https://github.com/ethauvin/rife2.git
synced 2025-04-30 18:48:13 -07:00
More .gitignore tweaks
This commit is contained in:
parent
1126f7ece6
commit
9b98a3cf70
2 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
.gradle
|
||||
.DS_Store
|
||||
build
|
||||
*/lib/
|
||||
lib/bld/**
|
||||
lib/compile/**
|
||||
lib/runtime/**
|
||||
lib/standalone/**
|
||||
lib/test/**
|
||||
!bld-wrapper.jar
|
||||
!bld-wrapper.properties
|
|
@ -1,6 +1,10 @@
|
|||
.gradle
|
||||
.DS_Store
|
||||
build
|
||||
*/lib/
|
||||
lib/bld/**
|
||||
lib/compile/**
|
||||
lib/runtime/**
|
||||
lib/standalone/**
|
||||
lib/test/**
|
||||
!bld-wrapper.jar
|
||||
!bld-wrapper.properties
|
Loading…
Add table
Add a link
Reference in a new issue