Browse Source

Add gitignore

Waqar Ahmed 5 years ago
commit
026c36301a
1 changed files with 36 additions and 0 deletions
  1. 36 0
      .gitignore

+ 36 - 0
.gitignore

@@ -0,0 +1,36 @@
+*.pyc
+*.swp
+*.mo
+*.o
+*.iso
+__pycache__
+*.xml
+*.pyc
+.cache
+.pytest_cache
+config.py
+auto_config.py
+.DS_Store
+.idea/
+.vscode/
+/docs/api/_build/
+/docs/userguide/_build/
+/gui/local_settings.py
+gui/static/
+/FreeBSD/
+/filtered-patches/
+/os-base/
+/pbi/
+/sbin/
+src/middlewared/build/
+src/middlewared/dist/
+src/middlewared/middlewared.egg-info/
+.git-repo-setting
+nas_source/
+webui/node_modules/
+webui/dll/
+webui/dist/
+npm-debug.log
+tests/artifacts/
+tests/test-report.txt
+tests/test-report.xml