Skip to content

Commit

Permalink
Excluded preferences and highscores from repo, removed a unnecessary pyo
Browse files Browse the repository at this point in the history
  • Loading branch information
yupswing committed Jan 14, 2015
1 parent 40d21e1 commit b227fe3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
local/highscores
local/preferences
7 changes: 7 additions & 0 deletions lib/data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#
# YetAnotherPythonSnake 0.92
# Author: Simone Cingano ([email protected])
# Web: http://simonecingano.it
# Licence: MIT
#

import os
data_dir = 'data'

Expand Down
Binary file removed lib/main.pyo
Binary file not shown.
1 change: 1 addition & 0 deletions local/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This folder contains highscores and preferences.

0 comments on commit b227fe3

Please sign in to comment.