revert changes in gitignore

This commit is contained in:
Anand Doshi
2012-05-14 16:36:10 +05:30
parent 422b0f4a3d
commit 79af963aef
2 changed files with 10 additions and 3 deletions

View File

@@ -106,6 +106,15 @@ os.system("lib/wnf.py -l")
# force sync all
os.system("lib/wnf.py --sync_all -f")
# create website files
#from webnotes.model.code import get_obj
# rewrite pages
#get_obj('Website Settings').rewrite_pages()
#ss = get_obj('Style Settings')
#ss.validate()
#ss.on_update()
# set filemode false
os.system("git config core.filemode false")
os.chdir(os.path.join(erpnext_path, 'lib'))