1
0
Fork 0
mirror of https://gitlab.com/mfocko/LeetCode.git synced 2024-09-16 16:36:56 +02:00
LeetCode/.gitignore

15 lines
183 B
Text
Raw Normal View History

playground
# ignore compiled files
**/a.out
# ignore VSCode, cause screw it
.vscode
# ignore compiled C++ files with given names
cpp/*
!cpp/*.cpp
# ignore cache directory
.cache/