Ignore *.class in source.
This commit is contained in:
parent
301a6afb0e
commit
abe1ca269c
7 changed files with 7 additions and 6 deletions
1
examples/test/.gitignore
vendored
1
examples/test/.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
**/.idea/libraries
|
||||
**/.idea/tasks.xml
|
||||
**/.idea/workspace.xml
|
||||
**/src/*.class
|
||||
*.iws
|
||||
*.properties
|
||||
*.sublime-*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
f = new File("K:\\kotlin\\semver-gradle\\examples\\test\\examples.properties")
|
||||
f = new File("examples.properties")
|
||||
println(f.absoluteFile)
|
||||
println(f.exists())
|
||||
println(f.canRead())
|
Loading…
Add table
Add a link
Reference in a new issue