forked from sadmanmd/Project_FileManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (26 loc) · 780 Bytes
/
Copy path.gitignore
File metadata and controls
32 lines (26 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# BACKEND - FILE MANAGER
/backend/file_manager/target
/backend/file_manager/Cargo.lock
# LIBRARY - JSON MAIN
/library/json/json-main/target
/library/json/json-main/Cargo.lock
# LIBRARY - JSON MACRO
/library/json/json-macro/target
/library/json/json-macro/Cargo.lock
# LIBRARY - LOGGER
/library/log/logger-main/target
/library/log/logger-main/Cargo.lock
# LIBRARY - ALDS LIB
/library/alds_lib/target
/library/alds_lib/Cargo.lock
# LIBRARY - ALDS LIB
/library/alds_lib/target
/library/alds_lib/Cargo.lock
# TOOLS - JSON FORMATTER
/tools/json_formatter/pkg
/tools/json_formatter/target
/tools/json_formatter/Cargo.lock
/tools/json_formatter/static/dist
/tools/json_formatter/static/pkg
/tools/json_formatter/static/node_modules
/tools/json_formatter/static/package-lock.json