Skip to content

Commit

Permalink
maint: tweak .gitignore and remove redundant files
Browse files Browse the repository at this point in the history
combine code/.gitignore and the one at the root of the repo

.bandit was part of codacy checks suite, current python code
should probably be updated to use either pylint directly and (/ or)
through the codeql python workflow
  • Loading branch information
mcspr committed Jan 14, 2022
1 parent 19ea2ae commit 988f566
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 30 deletions.
3 changes: 0 additions & 3 deletions .bandit

This file was deleted.

30 changes: 18 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
*.s#?
*.b#?
.modgit
firmware*
*.gch
.pio*
*.py[cod]
*.s#?
.DS_Store
.clang_complete
.env
.gcc-flags.json
.sconsign.dblite
credentials.h
node_modules
code/utils
custom.h
.modgit
.pio
.python
.env
.DS_Store
.python-version
.sconsign.dblite
.vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
_pycache_/
*.py[cod]
code/.cache/
code/espurna/config/custom.h
code/libraries/
code/node_modules
code/test/unit/cache
compile_commands.json
firmware*
15 changes: 0 additions & 15 deletions code/.gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +0,0 @@
.clang_complete
core_version.h
custom.h
.DS_Store
.gcc-flags.json
.python-version
.travis.yml
.vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.pio
test/unit/cache
libraries/
espurna/espurna.ino.cpp

0 comments on commit 988f566

Please sign in to comment.