mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
revert changes in gitignore
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user