Browse Source

fix: gitignore node_modules in new frappe apps

version-14
Ankush Menat 3 years ago
committed by Ankush Menat
parent
commit
3fd4759dd4
1 changed files with 2 additions and 1 deletions
  1. +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


Loading…
Cancel
Save