Skip to content

Commit fb0689b

Browse files
committed
add .gitignore to exclude IDE files and mark vite_config_updater.py as ddev-generated
1 parent 40362c5 commit fb0689b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

vite/vite_config_updater.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
#ddev-generated
23

34
import os
45
import re

0 commit comments

Comments
 (0)