add subject and main from 42

This commit is contained in:
hugogogo
2022-05-15 18:13:25 +02:00
parent ba60155347
commit a880622cb6
2 changed files with 133 additions and 26 deletions

43
.gitignore vendored
View File

@@ -1,41 +1,16 @@
# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
# Node artifact files
# default bitbucket gitignore
node_modules/
dist/
# Compiled Java class files
*.class
# Compiled Python bytecode
*.py[cod]
# Log files
*.log
# Package files
*.jar
# Maven
target/
dist/
# JetBrains IDE
.idea/
# Unit test reports
TEST*.xml
# Generated by MacOS
.DS_Store
# Generated by Windows
Thumbs.db
# Applications
*.app
*.exe
*.war
@@ -48,3 +23,19 @@ Thumbs.db
*.mov
*.wmv
# 42
*.o
*.swp
*.out
*.stackdump
*.a
*.so
*.dSYM
.vscode
*.lnk
*.zip
*.pdf
/builds
# cube3d
containers