thegeekinside is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

thegeekinside / scala-intro

Companion material for Talk "Scala Programming - Introduction"

Clone this repository (size: 79.5 KB): HTTPS / SSH
hg clone https://bitbucket.org/thegeekinside/scala-intro
hg clone ssh://hg@bitbucket.org/thegeekinside/scala-intro

scala-intro / .hgignore

Branch
default
# Minimal .hgignore file to work with Java and Scala languages
# and the Intellij IDEA IDE.
# 
# Author: The Geek Inside <thegeek@thegeekinside.net>
# 

syntax: glob

# Ignore all targets
target
**/*.class

# Ignore IntelliJ Stuff
.idea/workspace.xml

# Ignore Miscellaneous stuff
*.log
**/*.log
changes.txt
reminders.txt

# Mac OSX temporal files
*.DS_Store

# Ignore Python stuff
*.swp