Skip to content

Commit

Permalink
#1 ignore files in app
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Liang Wang committed Oct 8, 2022
1 parent dd49f7e commit 470be2e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions sync/app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
.vscode
*.swp
*.swo
*.sublime-*
*.pyc
jmeter.log
__pycache__
tmp/
package-lock.json
node_modules/
sftp-config.json
.DS_Store
*.iml
*.ipr
*.iws
*.idea
~$*.xls*
~$*.ppt*
~$*.doc*
nohup.out

CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
build
build-*
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
.env
.fid
_build

0 comments on commit 470be2e

Please sign in to comment.