remove unneccessary files

This commit is contained in:
Pratik Tripathy
2020-07-25 20:59:55 +05:30
parent d78306163a
commit 56f6e6c880
8 changed files with 34 additions and 438 deletions

30
.gitignore vendored
View File

@@ -5,4 +5,32 @@
.vscode/extensions/**
# Allow only json files inside the .vscode/extensions/ folder
!.vscode/extensions/**/*.json
!.vscode/extensions/**/*.json
.vscode
# KDE directory preferences
.directory
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Ignore all downloaded node modules
node_modules/*
# Ignore all minified js files
*.min.js