Jelajahi Sumber

Exclude NPM files from git (v3.0+)

jeremystretch 4 tahun lalu
induk
melakukan
f25649955e
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -2,6 +2,8 @@
 *.swp
 /netbox/netbox/configuration.py
 /netbox/netbox/ldap_config.py
+/netbox/project-static/.cache
+/netbox/project-static/node_modules
 /netbox/reports/*
 !/netbox/reports/__init__.py
 /netbox/scripts/*