diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 212de44..fd1e9d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ -/target -.DS_Store \ No newline at end of file +/target/ +.DS_Store +build/ +.idea/ +node_modules/ +*.lock \ No newline at end of file |
