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
Browse Source
fix: gitignore node_modules in new frappe apps
version-14
Ankush Menat
3 years ago
committed by
Ankush Menat
parent
53f54c3761
commit
3fd4759dd4
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
frappe/utils/boilerplate.py
+ 2
- 1
frappe/utils/boilerplate.py
View File
@@ -408,7 +408,8 @@ gitignore_template = """.DS_Store
*.egg-info
*.swp
tags
{app_name}/docs/current"""
{app_name}/docs/current
node_modules/"""
docs_template = '''"""
Configuration for docs
Write
Preview
Loading…
Cancel
Save