-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (40 loc) · 1.38 KB
/
.gitignore
File metadata and controls
47 lines (40 loc) · 1.38 KB
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
# OS generated files #
######################
.DS_Store
Thumbs.db
.Spotlight-V100
.Trashes
ehthumbs.db
Desktop.ini
# Editor and IDE generated files #
##################################
.vscode/ # VS Code settings
*.suo # Visual Studio solution user options
*.user # Visual Studio user-specific files
*.bak # Backup files (generic)
# JetBrains IDEs #
##################
.idea/ # Project-specific settings
*.iml # IntelliJ IDEA module files
out/ # Directory for compiled class files
*.ipr # IntelliJ IDEA project file (older format)
*.iws # IntelliJ IDEA workspace file (older format)
# Log files #
#############
*.log
npm-debug.log*
yarn-debug.log*
# Dependency directories (if use a package manager for dev dependencies) #
###########################################################################
node_modules/ # Exclude all npm/yarn dependencies (even if have some for testing)
# Test/Example files #
######################
test/results/ # Test output files (if use a testing framework)
example/build/ # If you have a build process for an example page
*.tmp # Temporary files created during testing
# Distribution Files #
######################
dist/ # All built/bundled code for distribution
# Sensitive Files
#################
*.env # Exclude environment variable files