-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
65 lines (49 loc) · 1.09 KB
/
.gitignore
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Blacklist files/folders in same directory as the .gitignore file
/*
# Whitelist
!scripts/
!manuals/
!docker/
# Visual Studio Code
.vscode/
# Virtual Environment
.env/
# Jupyter Notebook
.ipynb_checkpoints/
# ROS Binaries
workspace/data
workspace/src/
workspace/devel
workspace/build
workspace/baxter.sh
workspace/.catkin_workspace
workspace/.rosinstall
workspace/.rosinstall.bak
workspace/.catkin_tools
# Baxter_Picker ROS Package
!*/workspace/src/baxter_picker
# Customisations of existing ROS Packages
!*/workspace/src/gazebo2rviz/launch
!*/workspace/src/gazebo2rviz/scripts
# Custom Scripts
!*/workspace/src/setup_workspace.sh
!*/workspace/src/baxter.sh
# Whitelist some files
!.gitignore
!README.md
!timelog.md
!*.ipynb
!MeshProcessing.blend
!Dockerfile
# Ignore all files named .DS_Store or ending with .log
.vscode/
# Whitelist workspace/src/baxter_picker
# trailing "/" is optional for folders, may match file though.
# "/" is NOT optional when followed by a *
!workspace/
workspace/*
!workspace/src/
workspace/src/*
!workspace/src/baxter_picker/
!workspace/src/gazebo2rviz/
!folder/a/file.txt