-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
38 lines (29 loc) · 1.13 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
# GitIgnore for Git Version Control
*.class # Java bytecode
*.o # C/C++ object files
*.so # Shared objects (Linux)
*.rbc # Compiled Ruby files
*.log # Log files
*.tmp # Temporary files
*.swp # Swap files
*.pyc # Compiled Python files
*.zip # Compressed zip files
*.tar.gz # Tarballs
*.rar # WinRAR files
*.7z # 7zip files
*.tar.bz2 # Tarballs (bz2 compression)
Gemfile.lock # Do not let any other program than bundler version this under any circumstance!
__pycache__/ # Python bytecode cache
*.sublime-workspace # Sublime Text workspace
*.sublime-project # Sublime Text project
*.vscode/ # VSCode settings
.idea/ # IntelliJ IDEA settings
.DS_Store # macOS directory metadata
Thumbs.db # Windows image thumbnail cache
desktop.ini # Folder customization settings
*.gz # General compressed files
*.tar.xz # Compressed archives with xz
*.tar # Uncompressed tarballs
*.bak # Backup files
node_modules/ # Node.js dependencies
.env # Environment variable files