This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31081
Commits
1
Branch
314 MiB
CSV
75.4%
Python
12.9%
JavaScript
8.9%
CSS
1.2%
HTML
0.9%
Other
0.7%
Tree:
e66d81cfd6
version-14
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'e66d81cfd6'
${ noResults }
frappe
/
Makefile
4 lines
99 B
Raw
Blame
History
BASEDIR := $(realpath .)
clean:
find $(BASEDIR) | grep -E "__pycache__|\.pyc" | xargs rm -rf